首页 试题详情
单选题

执行下面代码段时,输出结果为()。
Motorcycles=[‘honda‘,‘yamaha‘,‘suzuki‘]
Motorcycles.append(‘ducati‘)
Motorcycles.pop(1)
Print(motorcycles)

A[‘honda‘,‘yamaha‘,‘suzuki‘]

B[‘yamaha‘,‘suzuki‘,‘ducati‘]

C[‘honda‘,‘yamaha‘,‘suzuki‘,‘ducati‘]

D[‘honda‘,‘suzuki‘,‘ducati‘]

正确答案:A (备注:此答案有误)

相似试题

  • 单选题

    执行下面代码后,输出结果____________。$x=12;$x ;echo$x ;

    答案解析

  • 问答题

    执行下面代码后,输出结果($x = array(1,2,3,4); echo array_pop($x)

    答案解析

  • 单选题

    执行下面代码后,输出结果____( )______。$x = array(array(1,2),array(“ab”,”cd”));echo count($x,1);

    答案解析

  • 单选题

    运行下面代码输出结果。print (bool (‘False‘ print(bool

    答案解析

  • 单选题

    下面代码执行结果class A{public: void B() { cout

    答案解析

热门题库