[SOLVED] Anyone with a solid explanation on the following python assignment operators 📍&= 📍|= 📍^= 📍<<= 📍>>= | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

[SOLVED] Anyone with a solid explanation on the following python assignment operators 📍&= 📍|= 📍^= 📍<<= 📍>>=

Here's a link to what I'm talking about 👇👇 https://code.sololearn.com/chIs26zQufks/?ref=app

2nd Jul 2020, 1:41 PM
ℤ𝕚𝕔𝕔𝕠
ℤ𝕚𝕔𝕔𝕠 - avatar
4 Answers
+ 4
Maybe that will be helped. Another explanations you will find here: https://www.sololearn.com/learn/4070/
2nd Jul 2020, 2:32 PM
JaScript
JaScript - avatar
+ 5
we do not provide answers to assignments happy coding
2nd Jul 2020, 1:43 PM
Galaxy-Coding (inactive)
Galaxy-Coding (inactive) - avatar
+ 4
CodeWarrior 𝕮𝖔𝖉𝖊𝖂𝖆𝖗𝖗𝖎𝖔𝖗 and Joshua Burg [#KeepLearning!] It's not an assignment dude, It's self-study. I saw that at w3school python tutorial and it wasn't clear to me, so I need to clarify that. W3 link 👇👇 https://www.w3schools.com/python/python_operators.asp
2nd Jul 2020, 1:53 PM
ℤ𝕚𝕔𝕔𝕠
ℤ𝕚𝕔𝕔𝕠 - avatar
+ 4
They are bitwise operators. Once you understand the binary representation of numbers they will start to make sense.
2nd Jul 2020, 9:24 PM
Sonic
Sonic - avatar