def aa(x,y): print("x=",x,",y=",y) return(x+y) def bb(): print("This is bb function!")