使用Python定义for循环

#for循环的使用

for letter in 'Python':

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

  

原文地址:https://www.cnblogs.com/xiaobudong/p/7468121.html