# -*- coding:utf-8 -*- # 模块 # 导入在同一目录下的包 import He 阅读更多…
# -*- coding:utf-8 -*- # 类 class Human(object): de 阅读更多…
# -*- coding:utf-8 -*- # # 函数 # 无参函数 def print_hel 阅读更多…
# -*-coding:utf-8-*- # 数据结构 # list、tuple、dict、set 阅读更多…
# -*- coding:utf-8 -*- # 语句 # if语句 a = 2 if a == 1 阅读更多…
# -*- coding:utf-8 -*- # 运算符 # 算术运算符 a = 1 b = 2 p 阅读更多…
# -*- coding:UTF-8 -*- # 变量 s = ‘Hel 阅读更多…