Intro to Python > Topic 7 - Bytes Type & Bytetype array > Flashcards
What does immutable mean?
This means that something is unable to change.
What letter needs to prefix a string to create a byte literal?
The letter b
Are bytearrys mutable or immutable?
A bytearray is mutable