반응형
문제
https://school.programmers.co.kr/learn/courses/30/lessons/12925
문제 풀이
코드 참조
코드
def solution(s):
return int(s)
반응형
'알고리즘 > 프로그래머스 문제풀이' 카테고리의 다른 글
[프로그래머스] lv.1 개인정보 수집 유효기간 python 풀이 (0) | 2023.10.27 |
---|---|
[프로그래머스] lv.1 키패드 누르기 풀이 (0) | 2023.10.26 |
[프로그래머스] 둘만의 암호 풀이 (0) | 2023.10.26 |
[프로그래머스] lv.1 신고 결과 받기 python 풀이 (0) | 2023.10.26 |
[프로그래머스] lv.1 달리기 경주 python 풀이 (0) | 2023.10.26 |