IsItHalloween.com

This commit is contained in:
2022-05-13 21:29:42 +02:00
parent 43688be612
commit 5fcf80278e

6
isithalloween.py Normal file
View File

@@ -0,0 +1,6 @@
d = input()
if d.strip() == "OCT 31" or d.strip() == "DEC 25":
print("yup")
else:
print("nope")