mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 18:18:27 -05:00
fix(curriculum): remove paragraph on bitwise operators in Augmented Assignments lesson (#64566)
This commit is contained in:
@@ -104,8 +104,6 @@ power **= 3
|
||||
print(power) # 8
|
||||
```
|
||||
|
||||
There are other augmented assignment operators too, like those for bitwise operators. They include `&=`, `^=`, `>>=`, and `<<=`.
|
||||
|
||||
You can use some augmented assignment operators with strings, too. For example, the addition assignment operator makes it easy to concatenate strings:
|
||||
|
||||
```python
|
||||
|
||||
Reference in New Issue
Block a user