while True: choice = input() choice = int(choice) if choice == 1: print ('1') break if choice == 1: print ('2') break
1