网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

表达式{1,2}*2的值为{1,2,1,2}。

此题为判断题(对,错)。


参考答案

更多 “ 表达式{1,2}*2的值为{1,2,1,2}。此题为判断题(对,错)。 ” 相关考题
考题 已知列表x=[1,2],那么表达式list(enumerate(x))的值为_______________。

考题 表达式dict(zip([1,2],[3,4]))的值为_________________________________。

考题 表达式[1,2]+[3]的值为__________________。

考题 表达式list(zip([1,2],[3,4]))的值为________________________。

考题 23、表达式 list(zip([1,2], [3,4])) 的值为__________

考题 表达式 list(zip([1,2], [3,4])) 的值为__________

考题 5、已知字典 dic={(1,2):3,(4,5):5,(7,8):9},则表达式 (1,2) in dic 的值为 ______________

考题 已知字典 dic={(1,2):3,(4,5):5,(7,8):9},则表达式 (1,2) in dic 的值为 ______________

考题 表达式 list(zip([1,2], [3,4])) 的值为________________________。