python for test

for i,value in enumerate(['A', 'B', 'C'])  
     print(i,value)  
原文地址:https://www.cnblogs.com/herd/p/11625648.html