2 lines
71 B
Python
2 lines
71 B
Python
|
import os
|
||
|
print("Current File Name : ",os.path.realpath(__file__))
|