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