This commit is contained in:
imaqtkatt 2024-05-30 16:36:26 -03:00
parent 4c391a746a
commit ae0e2cbe84

View File

@ -147,7 +147,7 @@ The operations are:
- Bit Xor `^=`
- Mapper `@=`
The mapper in-place operation applies a function and re-assings the variable:
The mapper in-place operation applies a function and re-assigns the variable:
```python
x = "hello"