Backup-bdg's picture
Upload 964 files
51ff9e5 verified
raw
history blame contribute delete
40 Bytes
def string_length(s):
return len(s)