#!/usr/local/bin/python2 def f(tag=None): print tag f(*[2])