tutorial.eyehunts.com
Write a program to print first 10 natural numbers in Python | Code
A for loop or while loop or range() function is the way to write a program to print the first 10 natural numbers in Python.
Rohit