Python:字符串

# python字符串 創建可以使用給單引號,也可以使用雙引號 str1 = "hello world!" str2 = 'nice to meet you!' str3 = 'i told my friend "she is beautiful"' # 單雙引號混合使用特殊語句 str4 = "my dog's name is andy" print("str3=",str3) print("s
相關文章
相關標籤/搜索