def func(a,b):
return a>>b
s=func(5,2)
print(s)
Python简单的位运算_慢行的蜗牛-CSDN博客_python 位运算
具体解释一下什么意思,答案是1
结果1