DEV
Home
Archive
Category
About
CodingTest
프로그래머스 Lv.1| Python - 자릿수 더하기
풀이(
def solution(n): answer = list(map(int, str(n))) return sum(answer)
26 Dec 2021
« 프로그래머스 Lv.1| Python - 핸드폰 번호 가리기
프로그래머스 Lv.1| Python - 체육복 »
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus
Catergory
Project
blog
Java
CodingTest
SQL