Skip to main content
Search
Search This Blog
ARUNISH RAJPUT
This is my online reference for my programming works.
Pages
Home
Projects
Resume
About
Contact Me
More…
Connect with me:
Share
Get link
Facebook
X
Pinterest
Email
Other Apps
Labels
Calculator
Data
Python
Posted on
Sunday, November 13, 2022
To make table of any number using 'for loop'
#To make table of any number using 'for loop' int = int(input('Enput any Number : ')) for i in range (1,11,1): multiply = int*i print (int,'*',i,'=',multiply)
Click Here To Copy
Comments
Popular Post
Posted on
Saturday, December 03, 2022
To print prime numbers between two input number
Posted on
Friday, October 14, 2022
Make BMW car logo in python turtle graphics
Posted on
Thursday, October 20, 2022
S.I. calculator
Posted on
Saturday, October 15, 2022
Whatsapp message schedular
Posted on
Thursday, October 20, 2022
CM to feet & inch converter
Posted on
Saturday, December 03, 2022
Print first input number of prime numbers
Posted on
Wednesday, November 09, 2022
To check whether the year is leap year or not
Posted on
Tuesday, October 25, 2022
To check relation between two numbers
Posted on
Saturday, October 15, 2022
Snake game using turtle in python
Comments
Post a Comment