下面代码的输出结果是?( )
list1 = [1,2,3]
list2 = [4,5,6]
print(list1 list2)
[4,5,6]
[1, 2, 3, 4, 5, 6]
[1,2,3]
[5,7,9]
微信小程序
微信扫一扫体验
微信公众账号
微信扫一扫加关注
发表评论 取消回复