Skip to content

pbipin/Multiplication-Table-in-Python-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Multiplication-Table-in-Python-3

To create multiplication table of any integer using Python Program

Initially, the number whose multiplication table is to be displayed is received as input. Then a list of multiples(up to 10) of the number is created. Afterward, a counter is added to the iterable using enumerate() method; which in turn returns as enumerate object. Finally, the multiplication table is printed.

About

To create multiplication table of any integer using Python Program

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages