code: f = 5 x=97 for i in range(f): print(chr(x),":",i+1) x+=1 output a : 1 b : 2 c : 3 d : 4 e : 5 赞微海报分享
近期评论