olleH
Jump to navigation
Jump to search
olleH is a language created by User:SnakeyKing. It is the opposite of Hello.
Commands
olleH has only one command:
Hello World!
which will print h
.
Implementations
Python 3
Implementation by User:SnakeyKing
code = input('olleH > ') if code == 'Hello World!': print('h') else: print(f"Error! Unavailable command '{code}'!")