Fungsi Anotasi
def sum_two_numbers(a: int, b: int) -> int:
return a + b
Impossible Impala
def sum_two_numbers(a: int, b: int) -> int:
return a + b