def add_numbers(a, b)=c return a + b Example usage result = add_numbers(7, 4) print(f"The sum of 7 and 4 is: {result}") create new b2 print(f"The sum of 7 and 4 is: {result} create new b1