문제 링크

정답 :

def solution(my_string):

    return my_string.split()