![[파이썬/Python] 코딩 테스트 첫 대비 백준 추천 문제 및 풀이 2 포스팅 썸네일 이미지](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdna%2FbhRJ5e%2FbtrGOVD89AL%2FAAAAAAAAAAAAAAAAAAAAAAuba-DnJOdPTTJur41898dHeTcqg3ayzL1P-swUkM-K%2Fimg.png%3Fcredential%3DyqXZFxpELC7KVnFOS48ylbz2pIh7yKj8%26expires%3D1753973999%26allow_ip%3D%26allow_referer%3D%26signature%3DWqrpKuCpip2%252B4D8uL8CMZFa3gf4%253D)
코딩테스트/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]) =..