python 基礎系列12-os模塊

      # python 基礎系列 -os模塊 # 引入sys庫 import sys import copy from functools import reduce import os if __name__ == '__main__': print(11) print(os.name) #nt print(os.getcwd()) #工作路徑
相關文章
相關標籤/搜索