input hello world or else:
Jump to navigation
Jump to search
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
print("Hello world")if input()=="Hello world"else print("grrrrrrrrr")