登录
注册
首页
->
python程序设计
下载题库
已知x = [1, 2, 3],那么表达式not (set(x*100)-set(x))的值为______。
答:(True)
继续答题:
下一题
更多python程序设计试题
1
表达式 len(range(1, 10)) 的值为_。