IsItHalloween.com
This commit is contained in:
6
isithalloween.py
Normal file
6
isithalloween.py
Normal file
@@ -0,0 +1,6 @@
|
||||
d = input()
|
||||
|
||||
if d.strip() == "OCT 31" or d.strip() == "DEC 25":
|
||||
print("yup")
|
||||
else:
|
||||
print("nope")
|
||||
Reference in New Issue
Block a user