RosettaCodeData/Task/Quine/Python/quine-3.py
2023-07-01 13:44:08 -04:00

1 line
53 B
Python

x = 'x = {!r};print(x.format(x))';print(x.format(x))