personal notes - study about Python Basics- Variables and Data Types
personal notes - study about Python Basics- Variables and Data Types
Alright, let's dive into some of the very first things you'll encounter in Python: how to store
stuff and the different kinds of stuff you can store.
Getting comfortable with variables and these basic data types is the very first step in being
able to tell Python what to do with information.