What will the following code display? for number in range(10, 5, 1): print(number)

Question:

What will the following code display?

for number in range(10, 5, −1):

print(number)

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

Step by Step Answer:

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