wefree 2022. 4. 29. 17:48
while True:
    word = input('Input: ')
    if word == 'ok':
        break
    print('next')