KiKUP

13
reputation
5

Independent Python Developer

Working on code.

correct=["yes","y","true","yup",]
a=input("Is KiKUP Cool? ")
if a.lower() in correct:
  print("Correct!")
else:
  print("Go back to Scratch, nerd!")