write a program to print first 10 natural number
Answers
Answered by
1
Answer:
1,2,3,4,5,6,7,8,9,10
Explanation:
The 10 natural number are:
1,2,3,4,5,6,7,8,9,10
Answered by
1
Question:-
- Write a program to print first 10 natural numbers.
Program:-
This is written in Python.
for j in range(1,11):
print(j, end=" ")
Similar questions
Biology,
3 months ago
Business Studies,
8 months ago
Math,
8 months ago
Geography,
1 year ago
English,
1 year ago