for ch in "abcdefg":
    print(ch,end=",")
print()
for ch in [1,2,2,2,2]:
    print(ch,end=",")

0 条评论

目前还没有评论...