age = 13 # Assign the value 13 to the variable 'age'
if age == 13: # Check if the value of 'age' is equal to 13 print("Hi, Jalen and MUM")
animals=['Bat','Frogs','Dragons'] print(animals[2])
| Name | Name | Last commit date | ||
|---|---|---|---|---|
age = 13 # Assign the value 13 to the variable 'age'
if age == 13: # Check if the value of 'age' is equal to 13 print("Hi, Jalen and MUM")
animals=['Bat','Frogs','Dragons'] print(animals[2])