accept a no. from the user and print the table of that no. in python
Answers
Answered by
1
Your Program:
n = int(input("Enter the number: "))
for x in range(1, 11):
print(n, "X", x, "=", n*x)
Similar questions
Hindi,
2 months ago
Math,
2 months ago
Computer Science,
2 months ago
Math,
5 months ago
Math,
5 months ago
Computer Science,
11 months ago
History,
11 months ago
History,
11 months ago