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