# Good: my_list_two = [ 1, 2, 3, 4, 5, 6, ] def my_fun( a, b, c, d, e, f): return (a + b + c) * (d + e + f)