下面代码的输出结果是( )
Def func(a,b):

下面代码的输出结果是( )
Def func(a,b):
return a>>b
S = func(5,2)
Print(s)

A.20

B.1

C.6

D.12

正确答案是B