Write a program in python to print number of even number and number of odd number between 1 to 50.
Answers
Answered by
7
Answer:
n=50
while(n>0):
print(n)
n=n-1
Explanation:
Answered by
4
n= 50
While (n>0)
print = (n)
n= n-1
Similar questions
World Languages,
5 months ago
Social Sciences,
5 months ago
English,
10 months ago
Math,
10 months ago