Today we: Continued the Cheese Chase project. Homework: In your yellow coding book, do pages 56, steps #12-13. Send me your project here: yitong@ayclogic.com Homework is due MONDAY NIGHT. You can submit it earlier, IRead More...
Today We Did If statements and input from shell Homework Make a file named Apr30_InputElifHW.py Page 117 . TRY IT YOURSELF: 7-1, 7-2 Tell Me Your Age homework ONLY number 1: 6th weekRead More...
Today We Did Continued adding images for "game in session" before enemies are drawn Started Tower class and began understanding how the class will work You can always find the code weRead More...
Today We Did Installed PyCharm Community Edition + created project Learned about Python dictionaries Key, value Add/update entries Get/delete entries Code for today's and future lessons can be found here (you shouldRead More...
FINAL PROJECT we need to finish the LINES for the final project, and make the lines very nice and clean. As always, be careful on which layers you are drawing in, andRead More...
Today We Did Reviewed HW the list goes inside the parenthesis of random.choice Function Review Exercises Problem 1 & 2 from HW Challenge Problem 3, using random.randint to get a random itemRead More...
Your HW: Create a new function called order_food 1 parameter: String food Will return the price of the food If the food parameter entered is "burger" the function should return 2.99 "hotRead More...