Tuesday, April 14, 2020

Answer for Boolean expressions doubt

https://365datascience.com/dwqa-answer/answer-for-boolean-expressions-doubt/ -

Hi Sai, 

thanks for reaching out!

The >> and << are what’s known as bitwise operators in Python. So x<<y will return x shifted to the left with y bits. And x >> y returns x shifted to the right by y bits.

If you’d like the boolean operators, they are single > or < , so (x < 4 and y>23) 

 

Best, 

Eli 




#365datascience #DataScience #data #science #365datascience #BigData #tutorial #infographic #career #salary #education #howto #scientist #engineer #course #engineer #MachineLearning #machine #learning #certificate #udemy

No comments:

Post a Comment