Question: What will the following code display? numbers = list(range(1, 10, 2)) for n in numbers: print(n)
What will the following code display?
numbers = list(range(1, 10, 2))
for n in numbers:
print(n)
Step by Step Solution
3.47 Rating (160 Votes )
There are 3 Steps involved in it
1... View full answer
Get step-by-step solutions from verified subject matter experts
