02-初识数据类型 Notebook img 1. 数字型【int、float】 a = 1 print(type(a)) a = 1.0 print(type(a)) # type: 类型 # class: 班级、类别、类型