''' https://programmers.co.kr/learn/courses/30/lessons/12925 ๋ฌธ์์ด์ ์ ์๋ก ๋ฐ๊พธ๊ธฐ : ๋ฌธ์ ๊ฐ ์๋ฌด๋๋ ์บ์คํ ์์ด ํ์ด์ผ ๋๋ ๋ฌธ์ ์ธ๊ฐ ์ถ๋ค int ''' def solution(s): return int(s) ''' '''
Last updated 3 years ago
Was this helpful?