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

A68237. 执行下列语句,将输出: list1=['b','c',1,2,3] list1.append('c') print(list1)

单选题

题目描述

执行下列语句,将输出: 

list1=['b','c',1,2,3] 

list1.append('c') 

print(list1)

选项(单选)