Python program to print table of entered number

 n=int(input("Enter N : "))

for i in range(1,11):

    print(n," x ",i," = ",n*i)

Comments

Popular posts from this blog

Binary Search, Linear Search, Selection Sort and Bubble sort Python Menu Program

Housie/Tambola using Python with Tickets in PDF file

100% Working C++ Tambola/Housie Code with 90 Unique Numbers