Bitwise Right Shift Operator in Python

preview_player
Показать описание
Python Programming: Bitwise Right Shift Operator in Python
Topics discussed:
1. Introduction to Bitwise Shift Operators.
2. Bitwise Right Shift Operator.

Music:
Axol x Alex Skrindo - You [NCS Release]

#PythonByNeso #PythonProgramming #OperatorsInPython
Рекомендации по теме
Комментарии
Автор

>>> a=-12
>>> bin(a)
'-0b1100'
But in video 8:36
10100 = -12?
Can anyone explain that pleace?

intelinside
Автор

nice to heard this types of history data of our country. Thanks

sinhalaigenumawithashokabandar
Автор

He has already done a great work in C language and now this.

rajeshprajapati
Автор

Thanks a lot. I hope you could explain about passing function as arguments of another function without including the parentheses, it's a tough topic for me

li
Автор

@9:06 didn't understood how the shift occurs it should be 01010 instead 11010. please anyone correct me if i was wrong

satishgokul
Автор

If the binary of -12 is 10100, then a>>1 is 10010 right ? Can anyone explain this part?

ShilpaS-zx
Автор

Nice explanation bro could please do SQL entire topic please brother

Ranganadhamkrishnachaitanya
Автор

how we got a>>1 as 11010, where a = -12

harshitha
Автор

from the negative number part it's not very clear

Med
Автор

if the division results in float values what should be the result??

rajisam