【Python3】基礎知識

python3的基礎: 1、字符串 python中單引號和雙引號使用徹底相同。 使用三引號('''或""")能夠指定一個多行字符串。 轉義符 '' 天然字符串, 經過在字符串前加r或R。 如 r"this is a line with \n" 則\n會顯示,並非換行。 python容許處理unicode字符串,加前綴u或U, 如 u"this is an unicode string"。 字符串是
相關文章
相關標籤/搜索