728x90 반응형 SMALL 전체 글380 프로그래머스) qr code def solution(q, r, code): answer = '' answer += code[r:len(code):q] return answer 2024. 5. 17. 프로그래머스) A로 B만들기 def solution(before, after): answer = 0 before_reverse = before[::-1] print(before_reverse) return answer 2024. 5. 16. 백준) 31281번 - python a = list(map(int, input().split())) a.sort() print(a[1]) 2024. 5. 9. 백준) 31280번 - python a = list(map(int, input().split())) a.sort() print(1 + a[1] + a[2] + a[3]) 2024. 5. 8. 이전 1 ··· 66 67 68 69 70 71 72 ··· 95 다음 728x90 반응형 LIST