int
# programmers, phase1 : 문자열을 정수로 바꾸기, python def solution(s): return int(s)
https://programmers.co.kr/learn/courses/30/lessons/12925 github