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.')