Python菜鸟编程第二课之字符串

Python菜鸟编程第二课之字符串 1. 字符串 Python的字符串有单引号、双引号以、三个单引号以及三个双引号。python demo:git name = "HangZhou" area = 'Gongshu' history = "5000" famous_person = """苏轼,许仙,白素贞""" capticalof = '''吴越,南宋''' print(type(name)
相关文章
相关标签/搜索