일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- burp suite
- IF문
- 배열
- 메소드
- 백준 파이썬
- 사칙연산
- 파이썬
- github
- 자바스크립트
- 객체
- suninatas 풀이
- lord of sql injection
- xss game 풀이
- htmlspecialchars
- python
- sql injection
- Pwndbg
- 김성엽 대표님
- object
- property
- document
- 조건문
- element 조회
- xss game
- 백준 알고리즘
- 함수
- window
- blind sql injection
- jQuery
- 포인터
Archives
- Today
- Total
power-girl0-0
[ 2739 ] 구구단 본문
728x90
n = int(input())
for i in range(1,10):
print("%d * %d = %d"%(n,i,n*i))
728x90
'백준 알고리즘 > python' 카테고리의 다른 글
[ 8393 ] 합 (0) | 2021.02.28 |
---|---|
[ 10950 ] A + B - 3 (0) | 2021.02.28 |
[ 2884 ] 알람 시계 (0) | 2021.02.28 |
[ 14681 ] 사분면 고르기 (0) | 2021.02.28 |
[ 2753 ] 윤년 (0) | 2021.02.28 |
Comments