Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Mis on väljund?
for i, j in enumerate(["a", "b", "c"]): print(i, j)
for i, j in enumerate(["a", "b", "c"]):
print(i, j)
0 a
1 b
2 c
1 a
2 b
3 c
a 0
b 1
c 2
a
b
c
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!