2016-05-10 6 views

ответ

0

Я знаю пару хаков для модулей Python. Пожалуйста, сделайте следующее.

import os 
print os.getcwd() # to get the current working directory 
print os.listdir(os.getcwd()) # to get the contents of the current working directory