Question: What does the `len()` function return if passed a UTF-8 encoded string?

  1. the number of characters
  2. the number of bytes
  3. It does not accept string types.
  4. the number of code points

Answer: The correct answer of the above question is Option B:the number of bytes