input hello world or else:

From Esolang
(Redirected from User:Ractangle/iurgdytrh)
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

a=input()
if a=="Hello world":print("Hello world")
else:print("grrrrrrrrr")

See also