add to gothib
This commit is contained in:
commit
523f45b46a
28 changed files with 419 additions and 0 deletions
17
special_day.py
Normal file
17
special_day.py
Normal file
|
@ -0,0 +1,17 @@
|
|||
month = int(input(""))
|
||||
day = int(input(""))
|
||||
|
||||
if month > 2:
|
||||
print("After")
|
||||
|
||||
elif month < 2:
|
||||
print("Before")
|
||||
|
||||
elif day < 18:
|
||||
print("Before")
|
||||
|
||||
elif day > 18:
|
||||
print("After")
|
||||
|
||||
else:
|
||||
print("Special")
|
Loading…
Add table
Add a link
Reference in a new issue