...

/

Project: Write a Character Introduction

Project: Write a Character Introduction

Practice using input and print to create a fun character introduction in Python.

We'll cover the following...

Task

Create a short character profile using variables.

Press + to interact
Python
name = "Luna"
species = "cat"
age = 3
print("Meet", name, "the", age, "-year-old", species, ".")

Make it fun! Try a robot, alien, superhero, or ...