2019年12月27日

摘要: Python3 更新列表 #!/usr/bin/python3 list = ['physics', 'chemistry', 1997, 2000] print ("Value available at index 2 : ", list[2]) list[2] = 2001 print ("Ne 阅读全文
posted @ 2019-12-27 13:28 长颈鹿的脖子 阅读(181) 评论(0) 推荐(0)

导航