belongs to collection: Python Loop Exercises
Expected output:
-10 -9 -8 -7 -6 -5 -4 -3 -2 -1
Solution:
for num in range(-10, 0, 1): print(num)
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
Solution:
need an explanation for this answer? contact us directly to get an explanation for this answer