第二期 Python 程式設計入門共學營作業任務四


  1. 問答申論題
    要介紹Python字串物件的的方法:str.upper(), 以下為官方網站文件的介紹 st.
  • str.upper()
    Return a copy of the string with all the cased characters 4 converted to uppercase. Note that s.upper().isupper() might be False if s contains uncased characters or if the Unicode category of the resulting character(s) is not “Lu” (Letter, uppercase), but e.g. “Lt” (Letter, titlecase).

The uppercasing algorithm used is described in section 3.13 of the Unicode Standard.
2 .程 式實作題
https://repl.it/@xiangjing1102/SolidThirstyServices







你可能感興趣的文章

React-[useEffect篇]- 如何選擇一個項目並且切換畫面

React-[useEffect篇]- 如何選擇一個項目並且切換畫面

React 基礎:如何在 React 中寫 CSS

React 基礎:如何在 React 中寫 CSS

FAQ

FAQ






留言討論