4 PM – Scratch 2 – Darin
Gamas Sub Homework change the code inside the "banner" sprite, create a new MyBlock "display_level" to display Level 1 when green flag is clicked. And display Level 2 costume when itRead More...
Gamas Sub Homework change the code inside the "banner" sprite, create a new MyBlock "display_level" to display Level 1 when green flag is clicked. And display Level 2 costume when itRead More...
Today We Did Reviewed everything from the past Learned functions w/o return values Functions remove code duplication Function parameters Function definition/calling Homework Make a file called Sep11_FunctionHW1.py and do https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ number 4 toRead More...
Today We Did Reviewed homework. Reviewed looping through dictionary keys, values, and items. Finished the Phone Book System Homework Name your file Sept18_GrocerySystem_V2.py and do: Create a dictionary "items_inventory": Keys are theRead More...
Today we did: Learned about for loop with range Started learning while loops Homework: Make the following files: Sep11_ForLoopHW.py Compete Try It Yourself 4-1 and 4-2 on p. 56 Sep11_ForLoopRangeHW.py Read textbookRead More...
Today We Did Fixed player direction code Added cloud types Destroy clouds & birds when they go off our screen, so we don't have millions of unseen images, slowing down our gameRead More...
Today We Did Finished Robux Shopping Cart Started learning about classes: Attributes Methods Homework Name your file Sept18_OOP_HW.py Complete pg. 158-161