摘要: 1、列表赋给列表 (1)list2 = list1:将列表直接赋值过去 list2 = [] list2 = [] list1 = ['1', '2', '3'] list2 = list1 print(list1) #['1', '2', '3'] print(list2) #['1', '2', 阅读全文
posted @ 2022-02-22 10:08 小鱼小鱼hi 阅读(4629) 评论(0) 推荐(0) 编辑
摘要: (13条消息) Python进制转换详细介绍_Wonderful-CSDN博客_python进制转换 阅读全文
posted @ 2022-02-22 09:55 小鱼小鱼hi 阅读(15) 评论(0) 推荐(0) 编辑
摘要: python格式化输出之format用法 - lovejh - 博客园 (cnblogs.com) 阅读全文
posted @ 2022-02-22 09:54 小鱼小鱼hi 阅读(20) 评论(0) 推荐(0) 编辑