+ 2
What does this mean >>>?
In bitwise operators, about logical right shift
5 Respostas
+ 3
Hello, Meso Gad !
Note the >>> in the code above. They are the prompt symbol of the Python console. Python is an interpreted language, which means that each line is executed as it is entered.
Please, look below in the lesson from SoloLearn, there will be written what this value means
https://www.sololearn.com/learn/Python/2270/
+ 2
in Bitwise operator it's the binary right shift operator.
this answer may help you :
https://stackoverflow.com/questions/141525/what-are-bitwise-shift-bit-shift-operators-and-how-do-they-work
+ 2
bookmarked.. 🤔
edit:2mins Meso Gad
keep hitting up next this covers everything 😊..
https://www.sololearn.com/learn/4070/?ref=app
+ 1
no, I mean in bitwise operators
0
No, it isn't what I was talking about Alexander Sokolov