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
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
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...
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
Today we did: We continued making the robot in Turtle. Learnt how to compose functions. Homework: Still in the same file, make a function for the right_leg and left_leg in the similarRead More...