2025-05-16 18:45:20 +09:00

2 lines
79 B
Python

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