Dev'in
Home
Archive
Category
About
Python
백준 2739번| Python - 구구단
풀이
n = int(input()) for i in range(1, 10): print(n, '*', i, '=', n*i)
파이썬 반복문을 처음 사용해보았습니다. 반복문 형식이나 print 작성 방식이 아직 손에 익지 않네요.
11 Dec 2021
« 백준 2884번| Python - 알람시계
프로그래머스 Lv.1| Python - 직사각형 별찍기 »
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus
Catergory
Spring
Java
Kotlin
JavaScript
TypeScript
Python
MySQL
CSS