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