OSError: [Errno 2] No such file or directory:
import osprint(os.getcwd())print(os.path.realpath(__file__))