Week 9 - eecs.umich.edu

Literals: 'string contents' and "string contents" encode() can convert a string into raw bytes given an encoding Bytes (bytes) Sequences of 8-bit bytes (like a Bytearray but immutable) Literal: b'some ASCII string', b"some ASCII string" decode() can convert a bytes object into a String given an encoding Lecture 9: Python 17 / 57 ................
................