# 整型 age = 18 print(‘age--->‘, type(age)) # 浮点型 height = 1.9 print(‘height--->‘, type(height)) # 字符 name = ‘tank‘ print(‘name--->‘, type(name))
-什么是语言?
语言是人与人之间交流的介质。
-什么是编程语言?
编程语言是人与计算机之间交流的介质。
-为什么要学习编程?
让机器替代人力,为人类服务。
原文:https://www.cnblogs.com/anhuicaimao/p/11574238.html