A-A+ 已知列表lst=[1 2 3 4] 则表达式sum(lst[1:])的值为: 2020-06-21 21:52:02 网课题库 阅读 次 问题详情 已知列表lst=[1,2,3,4],则表达式sum(lst[1:])的值为: 参考答案 9