in python 3 i don't understand This symbols use (>>, <<) please give me some examples also. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

in python 3 i don't understand This symbols use (>>, <<) please give me some examples also.

1) >> 2) <<

10th Jun 2019, 9:46 AM
Rupak Barman
Rupak Barman - avatar
4 Answers
+ 7
Taking in account all your questions, i would suggest you to complete the python course.
10th Jun 2019, 10:02 AM
Lothar
Lothar - avatar
+ 2
Other bitwise operator : >> right shift << left shift Examples : 4 >> 2 = 1 1 << 1 = 2
10th Jun 2019, 9:48 AM
Théophile
Théophile - avatar
10th Jun 2019, 10:06 AM
Daljeet Singh
Daljeet Singh - avatar
+ 1
But I don't understand some questions
10th Jun 2019, 10:05 AM
Rupak Barman
Rupak Barman - avatar