untuk loop input tak terbatas Python

while True:
    x = input('Enter something \n')
Donald Duck