Python - For Loop
What does the following code do?
for letter in "hello":
print(letter)for letter in "hello":
print(letter)15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions