Dev'in
Home
Archive
Category
About
Python
프로그래머스 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
Spring
Java
Kotlin
JavaScript
TypeScript
Python
MySQL
CSS