lat-loop while

while True:
lanjut=input('input lg(y/t)?')
    if lanjut== 't':
        print('')
        break
print('thanks')

Comments