def myFunc(a = 1, b = 2): print a print b myFunc(b = 7)