I'm proud :D
def say(object1, object2): print("{} {}".format(object1, object2)) say(objec1="e", object2="")