2016-05-10 3 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 
関連する問題