input hello world or else:
(Redirected from User:Ractangle/iurgdytrh)
input hello world or else: is a joke esolang created by User:Ractangle when he was looking at his IT computer desktop and found this file
Syntax
if the command is this:
Hello world
it prints Hello world
else print
grrrrrrrrr
Implementations
Python
a=input() if a=="Hello world":print("Hello world") else:print("grrrrrrrrr")