RosettaCodeData/Task/Quine/Python/quine-11.py

4 lines
80 B
Python

x = """x = {0}{1}{0}
print x.format(chr(34)*3,x)"""
print x.format(chr(34)*3,x)