the os module provides an operating system interface from Python import os #prints the name of the operating system print(os.name) #prints the absolute path ...
確定! 回上一頁