May-16-2020, 10:05 AM
Maybe you also want to consider a small improvement:
choices = (1,2,3,4) choice = 1 if choice in choices: print("success")Paul