Q. Write the output of the following code
Code:
print(range (5, 0, -2))
β
Correct Answer: (A)
range (5, 0, -2)
print(range (5, 0, -2))
You must be Logged in to update hint/solution