What We Did Today: Started learning what functions are and how they are significant Learnt how to create and use functions without return values Learnt how parameters/arguments for a function works Homework:Read More...
What We Did Today: Made our code to create birds a bit cleaner using a method called create_bird() that uses a timer to create the birds (since the create_bird() method is calledRead More...
Today we: Continued learning about for loops Homework: Upload this homework in the Google Drive folder as Mar4_ForLoop_Pt2_Homework Follow the instructions in: https://www.ayclogic.com/animal-list-and-for-loop-exercises/ Read and do the codes from Pg. 56 Try It Yourself sectionRead More...
Today We Did Added credit page button Added draw_text() Began credits page You can always find the code we wrote in class in my Gitlab repository here: https://gitlab.com/gsugiart/mon-7-pm-shoot-balloon/-/tree/sat_7_pm_sebastian?ref_type=heads AYC Logic’s observed holidays:Read More...
Today We Did Reviewed code for the final -- uploaded to Google Drive Homework Study for the final! Make sure to understand everything we went over today, and review the following topics:Read More...
Today We Do Reviewed how to create a function for a shape (in this case a left arm) Learnt how to make circles using turtle Created a makeCircle() function to change featuresRead More...
Today We Did First reviewed what 2 things all classes have, so that we really can understand what it means to inherit a class: Methods (functions inside of classes) Attributes (variables shared betweenRead More...
Today We Did Fixed balloons from spawning out of bounds Wrote landing page method and began blitting play and credit buttons You can always find the code we wrote in class inRead More...
Today We Did Reviewed Exercise #3 and #4 from Quiz 2 Prep Completed 2 practice problems for Quiz 2 Homework Study for next week's quiz! You can review our lesson material here:Read More...
What We Did Today: Started learning what functions with return value are and how to use them using the return keyword Went through a couple examples on how to use return to initializeRead More...