#!/usr/local/bin/python2 t = (1,2,3) print t[:1], t[1:]