Python Loops Work Sheet
star
star
star
star
star
Last updated almost 2 years ago
5 questions
1
What is the output of code below?
for i in range(5): print(i, end = " ")
What is the output of code below?
for i in range(5):
print(i, end = " ")
1
1
1
1