summaryrefslogtreecommitdiff
path: root/progs/a481.py
blob: 7d9cf518ec0db60e3bec8ac65211a208bf862001 (plain)
1
2
3
def string_to_list(string): 
    lst = list(string.split(" ")) 
    return lst