n = int(input()) for i in range(1, 10): print(n, '*', i, '=', n*i)
Python
BAEKJOON
codingtest
Post : 2021.12.11 05:06