• 2022-06-09
    Python关键字elif表示( )和( )两个单词的缩写。
    A: else while
    B: for while
    C: if else
    D: else if
  • D

    内容

    • 0

      ‎Python分支语句关键字有哪些?( )​ A: if; B: else; C: else if ; D: elif

    • 1

      Python的无限循环使用( )关键字 A: do…while B: while C: for D: else

    • 2

      以下属于Python循环语句的是: A: if B: while C: elif D: else

    • 3

      以下不属于Python条件语句的是: A: if B: elif C: else D: while

    • 4

      Python循环语句关键字有哪些?( ) A: while; B: for; C: if; D: else if