#!/usr/local/bin/python3 x, *y = ('a', 'b', 'c') print(x) print(y)