728x90
반응형
SMALL
a = int(input())
[print(f"{a} * {i} = {a * i}") for i in range(1, 10)]
728x90
반응형
LIST
'백준문제 > 새싹' 카테고리의 다른 글
백준) 9086번 - python (1) | 2024.01.31 |
---|---|
백준) 2754번 - python (0) | 2024.01.26 |
백준) 2753번 - python (0) | 2024.01.26 |
백준) 2744번 - python (0) | 2024.01.26 |
백준) 2438번 - python (0) | 2024.01.26 |