Description
In this course, you will learn:
- Make calculations, and define and modify variables.
- Organize your code and avoid redundancy.
- Explore integers, floats, booleans, and strings.
- Modify how functions run, depending on the input.
- Organize your data so you can work with it efficiently.
Syllabus:
- Arithmetic and Variables
- Functions
- Data Types
- Conditions and Conditional Statements
- Intro to Lists