write a python program to display the product table of 7, from7 to 7
code:
n=7
for i in range(1,8):
print(n , ' * ' ,i, " = ",n*i)
As per my understanding of the question i have written code like this.
If you want the code in some other format or some other way pls comment
I will edit my answer and repost it
Thankyou
Get Answers For Free
Most questions answered within 1 hours.