数据类型

1、数字 python3中数字类型:int,float,complex、bool a = 99 print(type(a)) # <class 'int'> b = 1.2 print(type(b)) # <class 'float'> c = 1+2j print(type(c)) # <cla

posted on 2020-11-05 09:37  杂货铺已被占用  阅读(66)  评论(0编辑  收藏  举报

导航