摘要:
列表基本操作 列"表"来了 列表内一般都会存储相同数据类型的数据 list的类型转换 数据类型关键字(需要转换的数据) print(list(123)) # 报错 print(list(123.22)) # 报错 print(list('hello')) # ['h','e','l','l','o' 阅读全文
posted @ 2021-11-08 17:15
Joshua_jiaxue
阅读(166)
评论(0)
推荐(0)