**Theoretical Recap** In Python, a variable is a named container that stores a value in memory. Unlike languages such as C or Java, Python is dynamically typed: you do not need to explicitly declare the type of a variable before assigning a value to ...