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