프로그래머스 - 없는 숫자 더하기

yoonene·2021년 12월 17일
0

알고리즘

목록 보기
12/62

Python3

def solution(numbers):
    return 45 - sum(numbers)
profile
NLP Researcher / Information Retrieval / Search

0개의 댓글