Python Variables Video Script
Python Variables Video Script
Code on Screen:
name = "Sam"
age = 17
height_cm = 172.5
Explanation Voiceover:
“Here, we’ve created three variables. One holds a name, one holds an age, and one holds
height in centimeters. Notice how we use = to assign values.”
Audio:
“We can check the type of any variable using the type() function.”
# Try it yourself!
favorite_color = ?
your_age = ?
pineapple_on_pizza = ?
Callout Text: ▶️Pause the video and try it now. Resume when you're ready.
OUTRO (5:30–6:00)
Audio:
“In the next lesson, we’ll learn how to make our code think using logic and conditions. Be
sure to complete the short quiz and challenge project linked below!”