My issue
can to able to get output.
can anyone solve this?
My code
# Update the code below
n = int(input())
for item in range(1,11):
product=n * item
print({n} *{item} == {product})
Learning course: Python with Data structures
Problem Link: Table of any number Practice Problem in Python with Data structures - CodeChef