Rewrite the following code so it calls the range function instead of using the list [0, 1,

Question:

Rewrite the following code so it calls the range function instead of using the list[0, 1, 2, 3, 4, 5]: for x in [0, 1, 2, 3, 4, 5]: print('I love to program!')

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

Step by Step Answer:

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