Python菜鳥編程第二課之字符串

Python菜鳥編程第二課之字符串 1. 字符串 Python的字符串有單引號、雙引號以、三個單引號以及三個雙引號。python demo:git name = "HangZhou" area = 'Gongshu' history = "5000" famous_person = """蘇軾,許仙,白素貞""" capticalof = '''吳越,南宋''' print(type(name)
相關文章
相關標籤/搜索