2.20

世梦發表於2024-10-27

x1 = "abcde"
x2 = list(enumerate(x1))
for ind, ch in enumerate(x1): print(ch)