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