Skip to content

Instantly share code, notes, and snippets.

@ahmedbesbes
Created October 2, 2022 20:00
Show Gist options
  • Save ahmedbesbes/98d0751439e9ff7662b1d66705d3d9fd to your computer and use it in GitHub Desktop.
Save ahmedbesbes/98d0751439e9ff7662b1d66705d3d9fd to your computer and use it in GitHub Desktop.
def add_numbers(x: type_x, y: type_y, z: type_z= 100) -> type_return:
return x + y + z
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment