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

2 lines
79 B
Python

import sys,inspect;sys.stdout.write(inspect.getsource(inspect.currentframe()))