一、什么是数据结构
在计算机中,数据结构是计算机中存储、组织数据的方式。
整型:int
浮点型:float
字符创:
a = 'hello world'
在Python中,print()中直接打印的内容用单引号引起来,变量不需要,例如
print('你真聪明')
a = 'hello world'
print(a)
在计算机中,数据结构是计算机中存储、组织数据的方式。
整型:int
浮点型:float
字符创:
a = 'hello world'
在Python中,print()中直接打印的内容用单引号引起来,变量不需要,例如
print('你真聪明')
a = 'hello world'
print(a)
本文标题:基本数据类型
本文链接:https://www.haomeiwen.com/subject/znexlqtx.html
网友评论