Table Printer Python Project (Python)

Hi Guys!

Welcome to INFO HUB
Today, I want to share my python project.

The name of my project is "Table Printer Project".

Work of project.

1. When you enter any number it will give you the table of that number.

Code of this project is:-

#Table_Printer_Project

print("Welcome To Table Printer")


num = int(input("Input a number: "))


for i in range(1,11):

   print(num,'x',i,'=',num*i)


print("Thank You!")

______________________________________________

In this video, you can also watch the work of this project



Do you like this project?
Don't forget to comment.

Comments

Popular Posts