After first, *middle, last = (10, 20, 30, 40), what are middle and its type?

from Tuples
Python 3.14 beginner 1 min

After first, *middle, last = (10, 20, 30, 40), what are middle and its type?

Report an error