Computer Science, asked by nerdy10, 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?​

Answers

Answered by jnidhi127
0

Answer:

Write a for loop to print the numbers 5, 10, 15 … 75.

Sample Run

5 10 15 20 25 30 35 40 45 50 55 60 65 70 75

Similar questions