If a single argument (object) is passed to type() built-in, it returns type of the given object. >>> a = 10 >>> print("type of a is",type(a)) type of a is ...
確定! 回上一頁