Skip to content
Snippets Groups Projects
5.py 69 B
Newer Older
def split_numbers(string):
    return tuple(map(int, string.split()))