1.1 Python Basics
Topic 1 - Introduction, numbers, booleans, basic structure and syntax
Last Update Unknown
Python is an Object Oriented Language!
Names have no type! Only the value does.
Therefore, you can redefine a variable with a new type simply by making it equal something else.
Lists