特牛网址导航

python循环语句for 循环十次_python循环语句for循环十次-CSDN博客

网友收藏
文章浏览阅读3.4k次,点赞2次,收藏4次。python的for循环语句怎么写for循环列表操作方法>>>a = [1,2,3,4]>>>for i in a:>>> print i,1 2 3 4for循环元组赋值>>>x =[('hello','python'),('very','good')]>>>for (a,b) in x:>>> print (a,b)('hello', 'python')('very', 'good')还有fo..._python循环10次怎么写