What will the following code display? numbers = list(range(1, 10, 2)) for n in numbers: print(n)

Question:

What will the following code display?

numbers = list(range(1, 10, 2))

for n in numbers:

print(n)

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: