eafh

From Esolang
Jump to navigation Jump to search

Eafh is an esolang invented by User:None1, inspired by Deadfih, it is Deadfish without the i,d and s commands.

Commands

o outputs the accumulator, which obviously just prints 0.

Examples

0 interpreter

o

Interpreter

Python

print('0'*input().count('o'))