2 lines
79 B
Python
2 lines
79 B
Python
|
|
import sys,inspect;sys.stdout.write(inspect.getsource(inspect.currentframe()))
|