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

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

表达式{1,2,3,4,5}^{4,5,6,7}的值为_________________________。


参考答案

更多 “ 表达式{1,2,3,4,5}^{4,5,6,7}的值为_________________________。 ” 相关考题
考题 表达式list(map(lambdax:x+5,[1,2,3,4,5]))的值为______________________。

考题 6、已知列表lst=[1,2,3,4,5],则表达式lst.pop()的值为:

考题 已知x = np.array((1, 2, 3, 4, 5)),那么表达式(x**2).max()的值为____________。A.30B.15C.60D.25

考题 已知如下声明:int a[]={1,2,3,4,5}。求表达式 a-a[3]的值为____。

考题 10、已知列表lst=[1,2,3,4,5],则依次执行表达式lst.insert(0,-1),lst.pop(1)后,表达式sum(lst)的值为:

考题 已知如下声明:int a[]={1,2,3,4,5}。求表达式 *(a+4)的值____。

考题 已知x = np.array((1, 2, 3, 4, 5)),那么表达式(2**x).max()的值为____________。A.32B.15C.60D.25

考题 已知列表lst=[1,2,3,4,5],则依次执行表达式lst.insert(0,-1),lst.pop(1)后,表达式sum(lst)的值为:

考题 已知列表lst=[1,2,3,4,5],则表达式lst.pop()的值为: