79388330

Date: 2025-01-26 10:04:52
Score: 2.5
Natty:
Report link

num = int(input("Enter num for multiplication table : "))

for i in range(1,11): print(f"{num} x {i} = {num*i}")

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ayushman Dutta Chowdhury