Computer Science, asked by thanumantharajuthanu, 7 months ago

1 point
5.What is the output of the
following for loop and range()
function for num in
range(-2,-5,-1): print(num,
end=",")​

Answers

Answered by Anonymous
4

Answer:

-2,-3,-4

Explanation:

Hope it's Helps you

Similar questions