write a program in python to print the numbers from 1 to 50.Use either for loop or a while loop
Answers
Answered by
1
Answer:
#print 1 to n natural number. #using for loop. num=int(input("Please enter maxinmum number: ")) ...
#Python program to print natural number fro 1 to n. #using while loop. num=int(input("Enter maximum Natural number: ")) ...
#print 1 to n natural number. #using function.
Answered by
0
Answer:
C Exercises: Prints all even numbers between 1 and 50
Pictorial Presentations
Similar questions
English,
17 days ago
Math,
17 days ago
Social Sciences,
17 days ago
Social Sciences,
1 month ago
Geography,
1 month ago