• 2022-06-03
    查看变量类型的Python内置函数是( )
    A: dir()
    B: isinstance()
    C: id()
    D: type()
  • D

    内容

    • 0

      查看变量类型的Python内置函数是_____________。 A: type() B: id() C: max() D: min()

    • 1

      查看变量内存地址的Python内置函数是___。 A: id() B: sum() C: type() D: sort()

    • 2

      查看变量内存地址的Python内置函数是( ) A: type() B: id() C: address() D: where()

    • 3

      查看变量类型的Python内置函数是________________,查看变量内存地址的Python内置函数是_________________。

    • 4

      在python中,查看变量的类型我们应该使用()函数。 A: isinstance B: class C: what D: type