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
Friday, October 14, 2022
Make BMW car logo in python turtle graphics
Posted on
Saturday, December 03, 2022
To check whether the input number is prime or not
Comments
Post a Comment