python數據類型之字符串

1.字符串的定義     法一:str = 'hello world'     法二:str = "hello world"     法三:str = """hello world"""   2.轉義符號     *通常爲不可打印的字符,用\加一個單一字符組成     \n: 換行符                           \t: tab符     \': 打印單引號        
相關文章
相關標籤/搜索