filmov
tv
Python code get current directory and change directory path

Показать описание
#Current Working Directory Path
#Application File Name Directory Path
print('Application File Name Directory Path : ', __file__)
#Application Name
#Current Working Directory Path
#Application File Directory Path
#Current Working Directory Path
#change directory Path
input()