测评会员优惠活动进行中 · 开通 VIP,有效期内测评不限次 VIP 优惠中 · 测评不限次 立即查看

A33333. 下面Python代码执行后,第4行输出是( )。lstA =[1,2]lstB,lstC =[lstA,lstA*3]lstA[1] =100print(lstA,lstB,lstC)

单选题 较难

题目描述

下面Python代码执行后,第4行输出是(     )。

lstA =[1,2]

lstB,lstC =[lstA,lstA*3]

lstA[1] =100

print(lstA,lstB,lstC)

选项(单选)

上一题 下一题