[Python] python插入数据到列表(数组) →→→→→进入此内容的聊天室

来自 , 2020-04-10, 写在 Python, 查看 151 次.
URL http://www.code666.cn/view/bf4d73f3
  1. list = ["red","green"]
  2. list.insert(1,"blue")
  3.  
  4. assert list == ["red","blue", "green"]

回复 "python插入数据到列表(数组)"

这儿你可以回复上面这条便签

captcha