2016-05-10 12 views

Antwort

0

Ich kenne ein paar Hacks für Python-Module. Bitte machen Sie folgendes.

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