Question from the Python test

What is the output of the following code? ``` print("\u0041") ```

Hard

For the same text, when using len(), a python unicode string has the same length as a python utf8 string :

Author: Antoine BrennerStatus: PublishedQuestion passed 1762 times
Edit
1
Community EvaluationsNo one has reviewed this question yet, be the first!