Py4e: Using Encoded Data in Python3-
Questions and Answers
What word does the following sequence of numbers represent in ASCII:
108, 105, 115, 116 list
How are strings stored internally in Python 3? Unicode
When reading data across the network (i.e. from a URL) in Python 3, what string method must
be used to convert it to the internal format used by strings? decode( )
What is the most common Unicode encoding when moving data between systems? UTF-8
What is the ASCII character that is associated with the decimal value 42? *
Questions and Answers
What word does the following sequence of numbers represent in ASCII:
108, 105, 115, 116 list
How are strings stored internally in Python 3? Unicode
When reading data across the network (i.e. from a URL) in Python 3, what string method must
be used to convert it to the internal format used by strings? decode( )
What is the most common Unicode encoding when moving data between systems? UTF-8
What is the ASCII character that is associated with the decimal value 42? *