Week 9

A variable is a reference to a particular object ... variable var Lecture 9: Python 12 / 57. Playing with variables and objects a = 5 # "a" becomes a reference to an integer whose value is "5" b = a # "b" becomes a reference to the object "a" refers to ... can convert a string into raw bytes given an encoding Bytes (bytes) ................
................