...

/

Project: Write a Character Introduction

Project: Write a Character Introduction

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

Task

Create a short character profile using variables.

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

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