Number Table Python

[Solved] Number Table Python | Python - Code Explorer | yomemimo.com
Question : number table python

Answered by : hasya-patel

a = int(input("enter your number: "))
for i in range (1,11): c = a*i print(a,"X",i,"=",c)

Source : | Last Update : Fri, 04 Feb 22

Answers related to number table python

Code Explorer Popular Question For Python