首页 试题详情
单选题

运行下面代码,输出结果是()
Import numpy as np
N=np.array([1,2,3],[4,5,6])
Print (n.size)

A2

B6

C(2,3)

D(3,2)

正确答案:A (备注:此答案有误)

相似试题

  • 单选题

    运行下面代码输出结果是Import numpy as npN=np.array([1,2,3],[4,5,6]Print (n.size

    答案解析

  • 单选题

    运行下面代码输出结果是Import numpy as npNm=(‘raju‘,‘anil‘,‘ravi‘,‘amar‘Dv=(‘fy.‘,‘s.y.‘,‘s.y.‘,‘f.y.‘Ind =np.lexsort (nm,dvPrint(ind

    答案解析

  • 单选题

    运行下面代码输出结果为(Import numpy as npA=np.array([-1.7,1.5,-0.2,0.6,10]Print(np.ceil a

    答案解析

  • 单选题

    运行下面代码输出结果是。S=Thepythonispython.Print(s.fifind(‘python‘,10

    答案解析

  • 单选题

    下面代码输出结果是print( 0.1 + 0.2 == 0.3)( )

    答案解析

热门题库