#!/usr/local/bin/python2 a, b, c = (0,1,2,3,4)[:4] print a,b,c