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.

Quineless I cannot understand that.

From Esolang
Jump to navigation Jump to search

Quineless I cannot understand that. is I cannot understand that. but there's no (non-empty) quine, it's invented by User:None1.

Commands

Every line is a command which prints:

I cannot understand that.
I cannot understand that.

Interpreter

Python

while 1:
    x=input()
    print('I cannot understand that.\nI cannot understand that.')