View difference between Paste ID: LVQDs9UT and 6jsJpbKA
SHOW: | | - or go back to the newest paste.
1-
def add(x, y):
1+
def add(x: int, y: int) -> int:
2
    return x+y