2 lines
62 B
Python
2 lines
62 B
Python
def byte_size(string):
|
|
return(len(string.encode('utf-8'))) |
def byte_size(string):
|
|
return(len(string.encode('utf-8'))) |