Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
重複の可能性: Python で論理右バイナリ シフトを取得する方法
Pythonで符号なし右シフトを実行するにはどうすればよいですか?
IE Java に相当するものは次のとおりです。
x >>> y or x >>>= y
Java の整数のビット数は固定されていますが、Python の整数には固定されていないため、Python では符号なし右シフトは意味がありません。