13 Sun

๋ฌธ์ž์—ด์„ ์ •์ˆ˜๋กœ ๋ฐ”๊พธ๊ธฐ

'''
https://programmers.co.kr/learn/courses/30/lessons/12925
๋ฌธ์ž์—ด์„ ์ •์ˆ˜๋กœ ๋ฐ”๊พธ๊ธฐ : ๋ฌธ์ œ๊ฐ€ ์•„๋ฌด๋ž˜๋„ ์บ์ŠคํŒ… ์—†์ด ํ’€์–ด์•ผ ๋˜๋Š” ๋ฌธ์ œ์ธ๊ฐ€ ์‹ถ๋‹ค
int
'''
def solution(s):
    return int(s)
'''
'''

Last updated

Was this helpful?