What does this mean >>>? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What does this mean >>>?

In bitwise operators, about logical right shift

27th Jun 2018, 4:15 PM
Meso Gad
Meso Gad - avatar
5 Answers
+ 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/
27th Jun 2018, 4:51 PM
Alexander Sokolov
Alexander Sokolov - avatar
+ 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
27th Jun 2018, 5:14 PM
RZK 022
RZK 022 - avatar
+ 2
bookmarked.. 🤔 edit:2mins Meso Gad keep hitting up next this covers everything 😊.. https://www.sololearn.com/learn/4070/?ref=app
27th Jun 2018, 5:45 PM
Daljeet Singh
Daljeet Singh - avatar
+ 1
no, I mean in bitwise operators
27th Jun 2018, 4:20 PM
Meso Gad
Meso Gad - avatar
0
No, it isn't what I was talking about Alexander Sokolov
27th Jun 2018, 4:55 PM
Meso Gad
Meso Gad - avatar