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

1 line
50 B
Python

exec(c:="print(f'exec(c:={chr(34)+c+chr(34)})')")