loom-benchmark-mbpp / 118 /solution /_reference.py
sqy201x's picture
Add files using upload-large-folder tool
759f238 verified
Raw
History Blame Contribute Delete
79 Bytes
def string_to_list(string):
lst = list(string.split(" "))
return lst