input hello world or else:/the file in question

From Esolang
Jump to navigation Jump to search
Back to input hello world or else:

the interpreter is an edited version of that file btw:

from ast import While


print("Hello world")
answer=input("input hello world or else:")
if answer == "hello world" :
    print("thanks for hello world")
    input("press enter to end this sesion")
else:
    while True :
        print("enter")