RosettaCodeData/Task/Quine/Python/quine-3.py
2018-06-22 20:57:24 +00:00

1 line
53 B
Python

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