This commit is contained in:
Rohit Tanwar
2018-02-17 19:38:24 +05:30

View File

@ -568,7 +568,7 @@ def byte_size(string):
```py
byte_size('😀') # 4
byte_size('Hello Wor') # 11
byte_size('Hello World') # 11
```
</details>