数据类型和type函数

# coding:utf-8

math = '98'
english = 99

# python 不是所有的变量类型都是相同的
# 不同的数据类型是不能进行相关的操作的
# total = math + english

print (type (math))

posted @ 2019-07-04 10:49  水果、、  阅读(297)  评论(0编辑  收藏  举报