Python TQC考題804 大寫轉換 .title() .upper() .lower() by 儲蓄保險王 · 2022-05-02 #Python TQC考題804 大寫轉換 s=input() print(s.upper()) print(s.title()) #三種都做 相關文章Excel TQC考題104: 在職訓練班學生選課資料內容,DATEDIF, TODAY()20140817_11_HX400V_宜蘭國際童玩節_泰國Python: list.index(元素) 搜尋元素位於list中的那一個indexPython如何讀取csv逗點分隔檔(每列內容為現金流),計算元大人壽美滿人生(F1) IRR,免費下載IRR計算機Python: while迴圈Python: 如何將TI AWR1443BOOST 雷達模擬器 + mmWave DEMO Visualizer 錄製的二進位檔(*.dat)轉為十進位檔? str.find()Python: 如何錄製wav檔? import sounddevice ; from scipy.io.wavfile import writePython: 資料格式如 List[dict],如何快速將SN加入每一個dict中,以利Excel輸出?如何解包dict? **dict ; 將List[dict]的資料轉為pandas.DataFrame 長什麼樣子?Python: import sys , platform , time , random,自定義函數(*參數) #可輸入多個參數 #有/無參數,有/無回傳值,四種自定義函數
0 Python: numpy.mean(arry2d , axis=0) ; axis參數如何用? numpy.max() ; numpy.min() ; numpy.argmax() #沿軸max的index; numpy.argmin() #沿軸min的index 2023-02-06
0 Python如何繪製Major Minor Grid(主要/次要格線)? import matplotlib.pyplot as plt; fig, ax = plt.subplots(1,1) ; plt.minorticks_on() ; ax.grid(visible=True, which=”major”, c=”k”, linewidth=1) ; ax.grid(visible=True, which=”minor”, c=”k”, linewidth=0.5) 2022-09-07
近期留言