4 lines
83 B
Python
4 lines
83 B
Python
$ cat print\(__file__\)
|
|
print(__file__)
|
|
$ python print\(__file__\)
|
|
print(__file__)
|