填空题
表达式range(10)[-1]的值为()。
9
填空题 表达式len(range(1,10))的值为()。
填空题 表达式 len([i for i in range(10)]) 的值为 () 。
填空题 已知x=[1,2,3,2,3],执行语句x.remove(2)之后,x的值为()。