摘要:
python字典转为字符串 str1 =str(dict1) 阅读全文
posted @ 2021-02-20 22:32
枫叶少年
阅读(744)
评论(0)
推荐(0)
摘要:
Python3 中有六个标准的数据类型: Number(数字) String(字符串) List(列表) Tuple(元组) Set(集合) Dictionary(字典) Python3 的六个标准数据类型中: 不可变数据(3 个):Number(数字)、String(字符串)、Tuple(元组); 阅读全文
posted @ 2021-02-20 22:24
枫叶少年
阅读(100)
评论(0)
推荐(0)