Python - For Loop
What is the output of this code?
for i in range(2, 7, 2):
print(i, end=' ')for i in range(2, 7, 2):
print(i, end=' ')15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions