Hackerrank 레벨업하기 문제 Simple Array Sum
def simpleArraySum(ar): a = 0 for i in range(len(ar)): a += ar[i] return(a)
궁금하신게 있다면 메일 주세요. k2h7913@daum.net cafehero123@gmail.com
Copyright © All rights reserved | This template is made with by Colorlib