Skip to content

ztechzeegamer/python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

n = int(input("enter number to find table : "))

for y in range(1,11): print("{0} * {1} = {2}".format(n,y,(n*y)))

About

multiplication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published