A string in Python is a sequence of characters. ... print(s) # 1267650600228229401496703205376 ... print(s) # prints 'Hello' as s is not changed.
確定! 回上一頁