eduSTEMlab: Variables and Data by Jayden

December 1, 2023

Jayden’s project is a simple Python script that prints out a person’s name and age. In this case, the variables “name” and “age” are assigned the values ‘Jayden’ and 9, respectively.

The script then prints the statement “Jayden is 9 years old.” This basic code demonstrates how to use variables to store and display information in Python, providing a foundation for more complex programming tasks.

This project serves as an introduction to coding for beginners, showcasing the fundamental concepts of variable assignment and printing output.

More Lifehack Videos