age = input("K")

age = int(age)


if (age == 1) or (age == 2) or (age  == 3) or (age == 4):
    print ("LOL")


else:
        print ("K")




Is there a shorter way to do this program???
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to