Computer Science, asked by tribhuvanswapni2671, 5 months ago

Which of the following instruction can be used in a Python program to display the numbers 5,10,15,20,25,30 as output? *
range(5,35,5)
range(5,30,5)
range(5,29,5)
range(5,35,3)

Answers

Answered by gaganadithyareddy9
0

Answer:

range(5, 35, 5) can be used in python to display like that....

Similar questions