update byte

This commit is contained in:
Rohit Tanwar
2018-02-14 13:37:02 +05:30
parent 6e8d8623f5
commit d580748a48

View File

@ -11,5 +11,5 @@ def byte_size(string):
```python
byte_size('😀') # 4
byte_size('Hello World') # 11
byte_size('Hello Wor') # 11
```