parselist.py: Fertige Implementation def parse_int_list(text): return [int(num) for num in text.split()]