+ 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
4 ответов
+ 4
Maybe that will be helped. Another explanations you will find here:
https://www.sololearn.com/learn/4070/
+ 5
we do not provide answers to assignments
happy coding
+ 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
+ 4
They are bitwise operators. Once you understand the binary representation of numbers they will start to make sense.