mirror of
https://github.com/satwikkansal/wtfpython
synced 2024-11-24 12:04:24 +01:00
Update README.md
This commit is contained in:
parent
9b21577343
commit
96173fb19e
2
README.md
vendored
2
README.md
vendored
@ -2137,7 +2137,7 @@ Why did `Yo()._Yo__honey` work? Only Indian readers would understand.
|
|||||||
### ▶ Reverse all! *
|
### ▶ Reverse all! *
|
||||||
|
|
||||||
```py
|
```py
|
||||||
>>> a = bytearry('1234567890')
|
>>> a = bytearray('1234567890')
|
||||||
>>> b = a
|
>>> b = a
|
||||||
>>> a
|
>>> a
|
||||||
bytearray(b'1234567890')
|
bytearray(b'1234567890')
|
||||||
|
Loading…
Reference in New Issue
Block a user