My issue
what is the right ans
My code
# Update the code below
n = int(input())
for i in range(1,11):
print(f"{n} x {i}={n*i}")
Learning course: Learn Python Programming
Problem Link: https://www.codechef.com/learn/course/rcpit-python/RCPITPY26/problems/PYTH100