Strings in Python at a glance: str1 = "Hello" # A new string using double quotes str2 = 'Hello' # Single quotes do the same str3 = "Hello\tworld\n" # One ...
確定! 回上一頁