课时11:列表的数据结构

课时11:列表的数据结构有如下python程序段:info=[3,7,4,9,ll,23,6]x=infolljy=info[6]z=info[3]s=x+y+zprint(s)运行程序后,输出的值是

腾讯文库课时11:列表的数据结构课时11:列表的数据结构