Write a program to print counting from 1 to 10 using while loop in Python. In this post w…
function or methods in Python. In this post we are going to learn about functions or meth…
Array in Python. In this post we are going to learn about Arrays in Python . Let's st…
break continue pass keywords in python. In this we are going to learn about break , con…
Program to check given number is prime number or not. In this post we will see a program …
Program to check given number is even or odd. In this post we will see a program to check…
For loop in Python In this post we will learn about for loop in Python . Let's start…
range( ) in Python. In this post we will learn about range( ) in Python . Let's star…