0% found this document useful (0 votes)
3 views1 page

Intro To Python - HW - 3

Uploaded by

gogo.america2015
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

Intro To Python - HW - 3

Uploaded by

gogo.america2015
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

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

You might also like