Python being a dynamically typed language, the Python interpreter does not ... def f(obj): print(type(obj)) f(1) # >>> <class 'int'> f("a") ...
確定! 回上一頁