print(ord(65+i),end=",")
print(chr(65+i),end=",")
while i < 3:
print(chr(i+65), end= “,”)
i += 1
continue
print(ord(i+65),end= “,”)
微信扫码预览、分享更方便