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

2 lines
41 B
Python

x = 'x = %r\nprint(x %% x)'
print(x % x)