• 2022-05-29
    下面代码的输出结果是 ()。
    A: True
    B: 系统报错
    C: 0.0
    D: -1
  • A

    内容

    • 0

      代码 print( 1 if 'a' in 'ABC' else 2)执行结果是()。 A: 1 B: 2 C: 报错 D: True

    • 1

      下面代码的输出结果是[img=199x81]1803c837f060c9b.png[/img] A: 系统报错 B: 36 C: -104 D: 104

    • 2

      下面代码的输出结果是( )。print(s.find('language',30)) A: 11 B: 40 C: 10 D: 系统报错

    • 3

      下面代码的输出结果是‪‪‪‪‪‪‫‪‪‪‪‪‫‪‪‪‪‪‪‪‪‪‪‪‪‪‪‪‪‪‪‪‪‪‪‪‫。() A: True B: False C: false D: true

    • 4

      下面代码的输出结果是 s="HelloWorld!" print(s.split('')) A: ['Hello','World!'] B: HelloWorld! C: HelloWorld! D: 系统报错