首页
科技
登录
6mi
u
盘
搜
搜 索
科技
python3 基本数据类型
python3 基本数据类型
it
2024-12-17
41
Python3 中有六个标准的数据类型:
Number(数字)String(字符串)List(列表)Tuple(元组)Set(集合)Dictionary(字典)
Python3 的六个标准数据类型中:
不可变数据(3 个):Number(数字)、String(字符串)、Tuple(元组);可变数据(3 个):List(列表)、Dictionary(字典)、Set(集合)。
转载于:https://www.cnblogs.com/renzhiqiang/p/10532033.html
转载请注明原文地址: https://win8.8miu.com/read-1543089.html
最新回复
(
0
)