a = int(input(' oder <1> ')) if a == 1: stop = True else: stop = False print('stop =',stop) while stop: pass print('ready')