#importing the os module import os #to get the current working directory directory = os.getcwd() print(directory) The output may vary depending on the ...
確定! 回上一頁