Open s2t2 opened 3 years ago
Add this to the notes about functions:
"for example, this function is expected to take two int arguments and is also expected to have an int return value:"
def sum_two_numbers(a: int, b: int) -> int: return a + b
References:
Add this to the notes about functions:
References: