EasyOutput prediction
Basic function annotation syntax
What does this code print?
def add(x: int, y: int) -> int:
return x + y
print(add(2, 3))← → arrow keys to navigate
Sign in to save your progress.
What does this code print?
def add(x: int, y: int) -> int:
return x + y
print(add(2, 3))← → arrow keys to navigate
Sign in to save your progress.