readme-script
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
def byte_size(string):
|
||||
def byte_size(string):
|
||||
return(len(string.encode('utf-8')))
|
||||
Reference in New Issue
Block a user
@ -1,2 +1,2 @@
|
||||
def byte_size(string):
|
||||
def byte_size(string):
|
||||
return(len(string.encode('utf-8')))
|
||||