Program to print counting from 1 to 10 using while loop in Python.

Write a program to print counting from 1 to 10 using while loop in Python. In this post w…