Python - For Loop
Find the error in this code:
text = "hello"
for i in text:
print(text[i])text = "hello"
for i in text:
print(text[i])15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions