https://programmers.co.kr/learn/courses/30/lessons/12925
[정답]
def solution(s):
answer = int(s)
return answer
'알고리즘 공부 > 프로그래머스 > Python3' 카테고리의 다른 글
[프로그래머스] K번째 수 (0) | 2020.11.19 |
---|---|
[프로그래머스] 두 개 뽑아서 더하기 (0) | 2020.11.19 |
[프로그래머스] 두 정수 사이의 합 (0) | 2020.11.19 |
[프로그래머스] 짝수와 홀수 (0) | 2020.11.19 |
[프로그래머스] 가운데 글자 가져오기 (0) | 2020.11.19 |