更多“属于python关键字的是()。”相关问题
  • 第1题:

    Python中定义函数的关键字是_________________。


    正确答案:def

  • 第2题:

    以下哪项不是Python中的异常处理关键字?()

    • A、try
    • B、accept
    • C、except
    • D、finally

    正确答案:B

  • 第3题:

    下面属于python的关键字()

    • A、if
    • B、for
    • C、while
    • D、class

    正确答案:A,B,C,D

  • 第4题:

    Python关键字不可以作为变量名。


    正确答案:正确

  • 第5题:

    在python中,函数定义使用的关键字是()

    • A、def
    • B、__del__
    • C、__item__
    • D、__doc__

    正确答案:A

  • 第6题:

    python中,判断大写的关键字是()。

    • A、isupper
    • B、min
    • C、len
    • D、map

    正确答案:A

  • 第7题:

    python中,字符串的关键字是()。

    • A、list
    • B、tuple
    • C、str
    • D、dict

    正确答案:C

  • 第8题:

    判断题
    在python中,yield是生成器函数的关键字。
    A

    B


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

  • 第9题:

    多选题
    下面属于python的关键字()
    A

    if

    B

    for

    C

    while

    D

    class


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

  • 第10题:

    单选题
    在python中,函数定义使用的关键字是()
    A

    def

    B

    __del__

    C

    __item__

    D

    __doc__


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

  • 第11题:

    单选题
    在python中,如想定义函数的,则使用的关键字是()
    A

    def

    B

    var

    C

    class

    D

    fun


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

  • 第12题:

    判断题
    在python中,定义函数使用class关键字。
    A

    B


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

  • 第13题:

    python中,函数的返回值的关键字是()

    • A、replace
    • B、index
    • C、find
    • D、return

    正确答案:D

  • 第14题:

    python中,定义函数的关键字是()

    • A、def
    • B、class
    • C、__str__
    • D、__doc__

    正确答案:A

  • 第15题:

    Python中的标识符不能使用关键字。


    正确答案:正确

  • 第16题:

    在python中,定义函数使用class关键字。


    正确答案:错误

  • 第17题:

    在python中,遍历字典的键使用的关键字是()

    • A、keys
    • B、values
    • C、items
    • D、key

    正确答案:A

  • 第18题:

    python中,while的中止的关键字是()。

    • A、continue
    • B、broken
    • C、break
    • D、plug

    正确答案:C

  • 第19题:

    填空题
    Python使用()关键字来定义类。

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

  • 第20题:

    多选题
    不属于python关键字的有()
    A

    For

    B

    if

    C

    else

    D

    Else


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

  • 第21题:

    填空题
    Python关键字elif表示()和()两个单词的缩写。

    正确答案: else,if
    解析: 暂无解析

  • 第22题:

    填空题
    Python中定义函数的关键字是()。

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

  • 第23题:

    单选题
    python中,定义一个匿名函数的关键字是()
    A

    def

    B

    lambda

    C

    define

    D

    Def


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