We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.

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")