4 PM – Scratch 2 – Darin
Today We Did: Continued the Jumpy Monkey project, making the bananas appear randomly and having them disappear when touching the monkey. Talked about how gravity works in this code, making the monkeyRead More...
Today We Did: Continued the Jumpy Monkey project, making the bananas appear randomly and having them disappear when touching the monkey. Talked about how gravity works in this code, making the monkeyRead More...
Today We Did Reviewed Variables/Data types String Float/double (decimals) Integer (no decimals) Reviewed input from shell Reviewed f-strings Reviewed string functions (upper, lower, title, strip) Reviewed if statements Reviewed list functions andRead More...
Today We Did Reviewed homework. Reviewed accessing, modifying, and inserting with dictionaries Learned about looping through dictionary keys, values, and items. Homework Name your file Sept4_Dictionary_HW2.py and do: Pg. 100, 101 TryRead More...
Today we did: Reviewed lists Continued for loops with lists Homework: Make the following files: Aug28_ListsHW2.py Read pages 37-41 and copy the code down into a file Aug28_AnimalList.py Follow these instructions: https://www.ayclogic.com/animal-list-and-for-loop-exercises/ Upload yourRead More...
Today We Did Reviewed last week's homework for the Phone Book dictionary program Worked on the Grocery System project using dictionaries. Homework Name your file Sept4_GrocerySystem.py and finish: Adding the purchased itemRead More...
Today We Did Gave each object their own hit box when we set "TESTING" mode to True Configured group collisions for the fireball and bird groups You can always find the codeRead More...