input hello world or else:/the file in question
Jump to navigation
Jump to search
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")