Lesson 2: Variables and Data Types
Introduction
Welcome back to your Python adventure! In this lesson, we’ll learn how to store information in variables and explore different data types. Think of variables like labelled boxes where you can keep important bits of information—your name, age, or even whether you like pizza!
By the end of this lesson, you’ll:
Understand what variables are.
Learn about different data types (numbers, words, and more!).
Create a fun program that introduces YOU!
Members Only
You need to be registered and logged in to access this full python lesson and all other learning resources, games and quizzes.
Summary of This Lesson
✅ What variables are
✅ Different types of data (strings, integers, floats, booleans)
✅ How to use print() to display your information
✅ How to create a fun “About Me” program!
Next time, we’ll learn how to get user input so your program can ask questions. Stay curious and keep coding! 🚀
Next Lesson: User Input and Basic String Manipulation
In the next lesson, we will learn how to accept user input and manipulate strings.