Question: What does the `len()` function return if passed a UTF-8 encoded string?
- the number of characters
 - the number of bytes
 - It does not accept string types.
 - the number of code points
 
Answer: The correct answer of the above question is Option B:the number of bytes