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.
ooord
Jump to navigation
Jump to search
- name of this esolang is fully in lower case, do not use upper case.
- Help us with categories!
ooord — joke esolang developed by User:DumbEsolangsOrgUser, where every character ords "o"
python implementation
for c in input():print(ord("o"))
examples
ord "o"
b
output "111"
0
output "111" 3 times
ooh