str 字符串
name='千寻'
print("Let's play")
int 整数
float 浮点数
print(hero+action+organization+identity+ID)
字符串的拼接
数据类型的查询——type()函数
str 字符串
name='千寻'
print("Let's play")
int 整数
float 浮点数
print(hero+action+organization+identity+ID)
字符串的拼接
数据类型的查询——type()函数