Hello Friends๐ In Our Previous Blog , We have Learned the Basics of Python Programming Language & Simple Program in Python Programming Language. Now in This Blog, We Will Make a Table of Any Number. Make a Table of Any Number in Python Programming Language. Basic Program no=int(input("Enter Any Number = ")) table = 0 print("Table of Number ",no) for i in range(1,11): table=no*i print(table) Outpu t Enter Any Number = 18 Table of Number 18 18 36 54 72 90 108 126 144 162 180 If You want to Know the Basics of Python Programming Language then Click On this Link. Learn Basics of Python Learn Hello-World Program in Python Learn Swapping Program in Python Learn Palindrom Number Program in Python Learn Prime Number Program in Python Learn about Loops & his Program Example Learn How to Find Value type in Python Learn A Basic Project in Python If You want to Know about Information Technology or It Technology, Then Click on...
Easily Learn Python Programming Language & his Programs