-
2739_Python // 구구단IT_Baekjoon 단계별로 풀어보기/for문 2020. 1. 4. 12:07

Python
n = int(input()) for i in range(1,10) : print(n,"*",i,"=",n*i)===
'IT_Baekjoon 단계별로 풀어보기 > for문' 카테고리의 다른 글
2742_Python // 기찍 N (0) 2020.01.05 2741_Python // N 찍기 (0) 2020.01.04 15552_Python // 빠른 A+B (0) 2020.01.04 8393_Python // 합 (0) 2020.01.04 10950_Python // A+B -3 (0) 2020.01.04