NK
Size: a a a
NK
NK
NK
NK
NK
NK
NK
NK
def some_shit(x):
if type(x) is not int:
raise Exception('Given argument is not integer')
# do something here ...
x *= 2
return x
def some_shit(x: int) -> int:
# do something here ...
x *= 2
return x
ГИ
ГИ
hx
hx
hx
hx
hx
hx
hx