使用將字元( 字母、符號或數字) 放在一對「單引號」或「雙引號」裡,就可製作為一個Python 字串。 print("hello") # hello print('hello') # hello.
確定! 回上一頁