def foo(x:int) -> int: return x+1
to get hints in your IDE (though its not enforced yet by interpreter).
def foo(x:int) -> int: return x+1
to get hints in your IDE (though its not enforced yet by interpreter).