News

number = int(input ("Enter the number of which the user wants to print the multiplication table: ")) print ("The Multiplication Table of: ", number) ...