79281005

Date: 2024-12-14 16:35:03
Score: 2
Natty:
Report link

a=int(input()) for b in range(10): print(str(a)+"x"+str(b)+"="+str(a*b)) This is the Python code to print 10 times table for a number that a person types. It is giving error because the code has no comma.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Asim Ahmed