python 基礎系列08-內建函數

      #python 基礎系列08-內建函數 #引入sys庫 import sys import copy from functools import reduce if __name__ == '__main__': str = "Srtd13DDD" #字符串大小寫轉換,首字符大小寫等等函數 str.lower() str.upper() s
相關文章
相關標籤/搜索