Q. Which of the following sequences would be generated bt the given line of code?
Code:range (5, 0, -2)
β
Correct Answer: (C)
5 3 1
range (5, 0, -2)
You must be Logged in to update hint/solution