2024-05-30 16:09:35 +09:00

2 lines
66 B
Python

N = int(input())
for i in range(9): print(N,"*",(i+1),"=",N*(i+1))