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

5 lines
83 B
Python

$ cat print\(__file__\)
print(__file__)
$ python print\(__file__\)
print(__file__)