update byte_size
This commit is contained in:
@ -11,5 +11,5 @@ def byte_size(string):
|
|||||||
|
|
||||||
```python
|
```python
|
||||||
byte_size('😀') # 4
|
byte_size('😀') # 4
|
||||||
byte_size('Hello Wor') # 11
|
byte_size('Hello World') # 11
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user