Python Fundamentals
Overview
Teaching: 45 min
Exercises: 0 minQuestions
What basic data types can I work with in Python?
How can I create a new variable in Python?
How do I use a built-in Python function?
Can I change the value associated with a variable after I create it?
Objectives
create and change values of variables
identify and create basic data types
use existing Python functions
FIXME
Key Points