Wed 5pm Intro To Python – Bill
Today We: Went over the Robux System Homework Used a function to reduce code duplication Your HW: Make it so when the user enters 3, you use the purchase_item function instead ofRead More...
Today We: Went over the Robux System Homework Used a function to reduce code duplication Your HW: Make it so when the user enters 3, you use the purchase_item function instead ofRead More...
WEDNESDAY We continued the Sayu project - we added the extra details on the character, such as the tail and leaf. HOMEWORK Continue working on the Final Project. We are continuing onRead More...
Homework1: Finish the fence painting problem we discussed in class with O(1) time complexity Homework2: https://leetcode.com/problems/jump-game/, please make sure your approach can pass all tests.
Today We Did: Continued Hangman Checked if User entered the wrong input Checked if User entered right answer Started List Loop with Index Homework: Do all the exercises from Star Wars ProblemsRead More...
Homework Continue with your Mar2_Hangman.py Add code to check if life is equal to 0 then stop the loop. You should do this after you decrease life by one.
Today We Do We learned about For Loop Range. Homework Create Mar9_WhileLoopHomework.py Copy codes from page 118 to 121. Please email me at gamas@ayclogic.com if you have any questions
Today: We went over the homework to add the landing page. We add the TowerForPurchase sprite and created a floating TowerForPurchase when the target collides with the non floating TowerForPurchase. Homework: CreateRead More...