diff --git a/isithalloween.py b/isithalloween.py new file mode 100644 index 0000000..ffdd1d8 --- /dev/null +++ b/isithalloween.py @@ -0,0 +1,6 @@ +d = input() + +if d.strip() == "OCT 31" or d.strip() == "DEC 25": + print("yup") +else: + print("nope")