BEGINNING CODES FOR PYTHON

 Beginners must know these codes how to multiply the no. Using python ,finding the numbers coming between the specific numbers using python....


Ist thing in python Is that in python we used  variable and constant values.
2nd things in python is that python is like solving algebraic expression....

#Code for finding the numbers falling between x and y  

x = 1000000
y= 0
for num in range(y , x):
print(num)

#copy the above code and paste it in the python and run the code



If you like this then follow our blog
Thnx for viewing



Comments

Post a Comment

Popular posts from this blog

Codes for making middle finger in python

Codes for drawing free fire logo in python

Looping in Python #part 1