I'm new to python. As you all know, I do not have to speak the type when declaring a variable, and that's interesting, but when I create a function, I can not restrict attribute types, so by doing this:
def x(a, b):
return a + b
I can n...
asked by
15.07.2017 / 00:45