表达式3in{1,2,3}的值为_________。
1.表达式list(str([1,2,3]))==[1,2,3]的值为______________。
2.表达式set([1,2,3])=={1,2,3}的值为____________。
3.表达式[1,2,3].count(4)的值为_______________。
4.表达式3notin[1,2,3]的值为__________。
第1题:
表达式 list(str([1,2,3])) == [1,2,3] 的值为
第2题:
15、表达式 list(str([1,2,3])) == [1,2,3] 的值为______________。
第3题:
表达式[1,2,3]*3的值为 。
第4题:
表达式 list(str([1,2,3])) == [1,2,3] 的值为______________。
第5题:
表达式 “3 in [1, 2, 3, 4] ”的值为