Created
October 2, 2022 20:00
-
-
Save ahmedbesbes/98d0751439e9ff7662b1d66705d3d9fd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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