update byte_size

This commit is contained in:
Rohit Tanwar
2018-02-14 14:13:39 +05:30
parent dba4fcf4c3
commit c7810b00bb

View File

@ -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
``` ```