Skip to content

Instantly share code, notes, and snippets.

View jsnns's full-sized avatar
🚀

Jacob Sansbury jsnns

🚀
View GitHub Profile
# arrays
integer = input("What's your favorite number? ")
if integer == 13:
print("LIAR!")
elif integer == 7:
print("You must be Marshal")
else:
print("Cool your favorite number is: " + str(integer))