American Young Coder

AYC logo

5 PM – Intro To Python – Brandon

What we learned today: We learned how to draw circles and using the arguments such as radius and extent Making a face using simple shapes such as a circle and a rectangle

6 PM – Intro to Python – Isaac

Today, we did Variables and assignment Data types: integer, double/float, string, boolean Math: addition, subtraction, multiplication, division Printing strings: Concatenate with + or f"" Printing with print() Homework Create May_14_StringHomework.py pages 20-23Read More...

6 PM – Python OOP – Joshua

Your HW: Give the monster class a new function recieve_sword_attack 1 parameter, damage_amount The function will subtract from hp damage_amount Make sure damage_amount is not negative