PYTHON   36
add value
Guest on 26th August 2023 12:45:35 AM


  1. def add_values(x, y):
  2.   z = x + y
  3.   return z
  4. print add_value(4,4)

Raw Paste

Login or Register to edit or fork this paste. It's free.