[Python] 백준 10871번 10952번
백준 10871번 : X보다 작은 수 ```python import sys
백준 10871번 : X보다 작은 수 ```python import sys
목차 백준 10818번 : 최소, 최대 백준 11022번 : A+B-8 백준 2438번 : 별 찍기 - 1 백준 2439번 : 별 찍기 -2 ✔ Today Review
백준 10950번 : A+B -3 ```python T = int(input())
백준 2739번 : 구구단 ```python N = int(input())
백준 2480번 : 주사위 세개 ```python A, B, C = map(int,input().split())