Closed LordDarkula closed 8 years ago
def square(x: int) -> int: return x*x
Type annotations do not work in Python2.x