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

来自 , 2019-12-05, 写在 Python, 查看 137 次.
URL http://www.code666.cn/view/6e923226
  1. list = ["red","green"]
  2. list.insert(1,"blue")
  3.  
  4. assert list == ["red","blue", "green"]

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

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

captcha