코딩테스트/Python
[파이썬/Python] 코딩 테스트 첫 대비 백준 추천 문제 및 풀이 2
✋ [파이썬/Python] 코딩 테스트 첫 대비 백준 추천 문제 및 풀이 2 ⚡️ 백준 문제풀이 📌 백준 1789번 수들의 합 [Python Code] a = int(input()) n = 1 while n*(n+1)/2 =0: print(res) else: print(0) 📌 백준 3009번 네 번째 점 [Python Code] x_coord = [] y_coord = [] for _ in range(3): a, b = map(int, input().split()) x_coord.append(a) y_coord.append(b) for i in range(3): if x_coord.count(x_coord[i]) ==1: x = x_coord[i] if y_coord.count(y_coord[i]) =..