2016-05-10 68 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