Introduction
This day will be your first introduction to Python. We assume no prior knowledge, and will start from the very beginning. After this day you will be able to:
- Understand the use of types and variables
- Apply different operations to variables
- Understand the concepts of loops
- Use if/else statements in your code