Memory size, not byte size.
'Hello':
Byte size (size of the string in UTF-8 encoding): 5 bytes
Memory size (total memory occupied by the string in Python): 54 bytes
Nice little Kata to go back to basics. It may help to explain that LEN can't be used, or possibly an 8kyu.
Loading collection data...
Memory size, not byte size.
'Hello':
Byte size (size of the string in UTF-8 encoding): 5 bytes
Memory size (total memory occupied by the string in Python): 54 bytes
Nice little Kata to go back to basics. It may help to explain that LEN can't be used, or possibly an 8kyu.