Today We Did Learned about variables, data types: int, float, string, and boolean. int and string operations. Converting data types, int(), str()... Learned about if-elif-else statements. Learned about boolean expressions. View whatRead More...
Today We Did: 1. Changed the Mary Had A Little Lamb project to use list 2. Got used to how to use the list blocks For Homework: 1. Create a new listRead More...
Today We Did Reviewed last week's homework. Modified our rectangle function, using parameters, to specify: Starting (x, y) coordinates. Length and width. Color and fill color Created a left_arm function for ourRead More...