Project: About You
Learn how to store and use data with variables.
We'll cover the following
Task
Make Python remember a few things about you—like your name and age—and then print a sentence using them.
Hint: Try storing your name and age in variables before printing!
We can use commas in print()
to display multiple items like text and numbers, and Python will automatically add spaces between them. This is helpful when printing variables without joining everything into one string.
Get hands-on with 1400+ tech skills courses.