“Coding’s like a pear, a bit of bitterness and a
lot of sweetness!”
– Python 3.14.0


hobby1 = “swimming”
hobby2 = “reading”
print(hobbies[2])
print(hobbies[5])
-Using lists
– Evan Zhang, 2024
“Coding’s like a pear, a bit of bitterness and a
lot of sweetness!”
– Python 3.14.0


hobby1 = “swimming”
hobby2 = “reading”
print(hobbies[2])
print(hobbies[5])
-Using lists
– Evan Zhang, 2024