[Python] python中如果通过索引遍历列表 →→→→→进入此内容的聊天室

来自 , 2019-05-13, 写在 Python, 查看 118 次.
URL http://www.code666.cn/view/99b410aa
  1.  
  2. colours = ["red","green","blue"]
  3.  
  4. for colour in colours:
  5.     print colour
  6.  
  7.  

回复 "python中如果通过索引遍历列表"

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

captcha