def abc(x,y): c = x**2 + y**2 return(c) def new(x,y): c = x**2 + y**2 print(c)