python篇第10天【For 循環語句】

  實例 #!/usr/bin/python # -*- coding: UTF-8 -*- for a in 'Henry': print "This is ", a   fruits = ['banana','apple','mango'] for fruit in fruits: print 'Fruit is ', fruit   嘗試一下 » 以上實例輸出結果: 當前字母 : P 當前字
相關文章
相關標籤/搜索