7/10/24
Python Beginners I
Tuesday& Thursday 6:30 to 7:30 PM
Hello Parents and Students,
Today, we explored how to work with variables in Python. Students learned how to:
Define variables properly (e.g., name = "Ali", age = 13)
Identify legal and illegal variable names.
Understand three key types of variables:
o Number variable (float and integer)
o Boolean Variables (True or False)
o String Variables (text)
Update variables, and use increment (+=) and decrement (-=) to change their values
Use input() to get information from the user and convert it to the correct type using int()
or float()
We applied these skills in our Age Finder Project, where students asked the user for their birth
year and calculated their current age.
🏠 Homework Assignment: Coin Change Project
Project Goal:
Ask the user to enter an amount of money (for example, $100), and the program will break it
down into change using the fewest number of coins.
As always, you can send any questions to info@[Link] with "Mr. George” in
the subject line.
Regards,
Mr. George