niusouti.com
更多“python 3.x支持的数据类型有哪些?”相关问题
  • 第1题:

    python不支持的数据类型有( )

    A、char

    B、int

    C、float

    D、list


    正确答案:A

  • 第2题:

    python 3.x支持的数值类型有哪些?


    答案:
    解析:
    有符号整数型(int型)、浮点型(float型)、复数型(complex)

  • 第3题:

    python中没有数据类型转换。()


    正确答案:错误

  • 第4题:

    Python 3.x和Python 2.x唯一的区别就是:print在Python 2.x中是输出语句,而在Python 3.x中是输出函数。


    正确答案:错误

  • 第5题:

    Python中可变数据类型有()和()。


    正确答案:列表;字典

  • 第6题:

    python2.X与3.X的print输出函数没有区别。


    正确答案:错误

  • 第7题:

    在Python中,()表示的数据类型是整型。


    正确答案:int

  • 第8题:

    判断题
    Python 3.x中字符串对象的encode( )方法默认使用utf8作为编码方式。
    A

    B


    正确答案:
    解析: 暂无解析

  • 第9题:

    判断题
    Python 3.x完全兼容Python 2.x。
    A

    B


    正确答案:
    解析: 暂无解析

  • 第10题:

    填空题
    Python中可变数据类型有()和()。

    正确答案: 列表,字典
    解析: 暂无解析

  • 第11题:

    判断题
    python2.X与3.X的print输出函数没有区别。
    A

    B


    正确答案:
    解析: 暂无解析

  • 第12题:

    单选题
    下列选项中,Python不支持的数据类型有()。
    A

    int

    B

    char

    C

    float

    D

    dictionary


    正确答案: A
    解析: 暂无解析

  • 第13题:

    以下关于Python数值运算描述错误的是哪一项?

    A.Python支持+=、%=这样的增量赋值操作符。

    B.在Python 2.x中,默认情况下10/3 == 3的判别结果是False,而Python 3.x中则不同。

    C.Python内置支持复数运算,可以使用j或者J来表示。

    D.%运算符表示运算对象取余。


    正确答案:B

  • 第14题:

    python中,’python’是什么数据类型()

    • A、字符串
    • B、列表
    • C、单词
    • D、字母

    正确答案:A

  • 第15题:

    在Python 3.x中可以使用中文作为变量名。


    正确答案:正确

  • 第16题:

    Python 3.x完全兼容Python 2.x。


    正确答案:错误

  • 第17题:

    下列选项中,Python不支持的数据类型有()。

    • A、int
    • B、char
    • C、float
    • D、dictionary

    正确答案:B

  • 第18题:

    不管输入什么,Python 3.x中input( )函数的返回值总是字符串。


    正确答案:正确

  • 第19题:

    C51支持的数据类型有哪些?


    正确答案:字符型、整型、长整型、浮点型、位型、访问SFR。

  • 第20题:

    判断题
    Python 3.x和Python 2.x唯一的区别就是:print在Python 2.x中是输出语句,而在Python 3.x中是输出函数。
    A

    B


    正确答案:
    解析: 暂无解析

  • 第21题:

    单选题
    python中,查看python中数据类型的内置函数是()
    A

    id()

    B

    dir()

    C

    list()

    D

    type()


    正确答案: D
    解析: 暂无解析

  • 第22题:

    判断题
    不管输入什么,Python 3.x中input( )函数的返回值总是字符串。
    A

    B


    正确答案:
    解析: 暂无解析

  • 第23题:

    判断题
    在Python 3.x中可以使用中文作为变量名。
    A

    B


    正确答案:
    解析: 暂无解析