使用Python定义for循环

#for循环的使用

for letter in 'Python':

    print ('当前字母:'+letter)

  

posted @ 2017-09-02 22:18  xiaobudong  阅读(340)  评论(0编辑  收藏  举报