Programmers - 수박수박수박수?

resilient

·

2020. 7. 3. 13:46

728x90
반응형

def solution(n):
    answer = (str("수박") *10000)[0:n]
    return answer

반응형