🐍
Python Basics
7 exercises
Get started with Python — variables, data types, functions, lists, dictionaries, and modules.
- 1
Python Variable Naming Quiz
Test your knowledge of Python variable naming rules and conventions.
Multiple ChoiceEasy - 2
Assign a Python Variable
Practice using the correct assignment operator to set a Python variable.
Fill in the BlankBeginner - 3
Python Dynamic Typing
Check your understanding of Python's dynamic typing system.
Concept CheckMedium - 4
Python Function Definition Quiz
Test your knowledge of the keyword used to define functions in Python.
Multiple ChoiceBeginner - 5
Predict Python Function Output
Predict the output of a simple Python function that squares a number.
Predict OutputBeginner - 6
Predict Python if/elif/else Output
Predict the output of a Python if/elif/else chain that classifies a number.
Predict OutputBeginner - 7
Complete the Python for Loop
Fill in the blank to make a Python for loop iterate over a range of numbers 0 to 4.
Fill in the BlankBeginner
Build real projects
Apply what you learned by building guided projects with starter code and solutions.