Skip to content

Commit b404883

Browse files
authored
fix(curriculum): remove paragraph on bitwise operators in Augmented Assignments lesson (freeCodeCamp#64566)
1 parent 8defca5 commit b404883

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

curriculum/challenges/english/blocks/lecture-introduction-to-python/6839b3295323f563efc68f5c.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,6 @@ power **= 3
104104
print(power) # 8
105105
```
106106

107-
There are other augmented assignment operators too, like those for bitwise operators. They include `&=`, `^=`, `>>=`, and `<<=`.
108-
109107
You can use some augmented assignment operators with strings, too. For example, the addition assignment operator makes it easy to concatenate strings:
110108

111109
```python

0 commit comments

Comments
 (0)