已知x=[1,2,3],那么表达式not(set(x*100)&set(x))的值为()。
举一反三
- 已知x=[1,2,3],那么表达式not(set(x*100)&set(x))的值为()。
- 已知x=[1,2,3],表达式set(x*100)==set(x)的值为(______ )。
- 已知x = [1, 2, 3],那么表达式not (set(x*100)&set(x))的值为________________。 A: True B: False C: 1 D: 0
- 已知x = [1, 2, 3],那么表达式not (set(x*100)-set(x))的值为________________。 A: True B: False C: 1 D: 0
- 已知 x = [3,5,3,7],那么表达式 [x.index(i) for i in x if i==3] 的值为______________。