Write a Program to display all numbers divisible by 5 between one and fifty , in python.
Answers
Answered by
2
We can use both the while loop and the for loop with the range function to find the answer. (You may use any one of the above programs)
The programs have been attached above. Kindly check it!
Attachments:
Similar questions