Python 零基礎入門學習筆記數字、字串的定義# 將數字123 存到自訂變數int 裡, ... print(321+int("123")) # 字串+數字,需要先將數字轉換成字串str() ...
確定! 回上一頁