3 lines
80 B
Python
3 lines
80 B
Python
x = """x = {0}{1}{0}
|
|
print x.format(chr(34)*3,x)"""
|
|
print x.format(chr(34)*3,x)
|