1
0

More than 1 year has passed since last update.

くそアプリをやっと思いついた

Last updated at Posted at 2021-12-23

くそアプリをやっと思いついた

苦しんだ理由

くそアプリを考えるにあたって要件定義を考えすぎた。
1.仕事や余暇の役に立ってはいけない。
2.人を和ませなければならない。
3.人に感心されるような出来栄えはいけない。(っつーか、できねえw)

できたもの

#良い日になるプログラムを作りました
#Google Colaboratoryで実行できます
from datetime import date
today = date.today()
if today == date(2022, 1, 1):
  message = 'Happy New Year!'
else:
  message = 'Have a nice day!'
print(today,message)

自己評価

 肩に力が入ってなくて、いいんじゃねw

Githubはこちら

AppMakesYouHappy

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0