变量
if else
注释 #注释单行 """ """ 或 ''' '''注释多行
''' '''还可以表示打印多行
msg = '''hello 1hello 1hello 1hello 1'''print(msg)
结果:
hello 1hello 1hello 1hello 1
缩进 制表符