We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.

nohtyP

From Esolang
Jump to navigation Jump to search

nohtyP is an esolang invented by User:None1, st is based on Python, but you use small endian numbers instead of big endian ones.

So, 21 in nohtyP actually represents twelve:

>>> 21+1
31

Octal, hexadecimal and binary are the same:

>>> 0b011+0b1
7

That is all you need to know about this language.