2022年5月31日
摘要: # 基础数据类型 # 1.整型 int # 2.浮点数 float # 3.布尔值 bool 真 True 和 假 False # 4.字符串 # num1 = 100 # num2 = 10.2 # # 查看一个对象的数据类型 type() 函数 # print(type(num1)) # pri 阅读全文
posted @ 2022-05-31 21:30 西决阿 阅读(24) 评论(0) 推荐(0) 编辑
摘要: iruanceStudentCount = 8 print('hello,world') print('hello,world') print('hello,world') print('hello,world') print('hello,world') # 先执行 = 号右边的 ,再执行 = 号 阅读全文
posted @ 2022-05-31 21:28 西决阿 阅读(24) 评论(0) 推荐(0) 编辑