10:30 AM – Intro to Python – Isaac
Today, we learned Data types, variables, operators (+, -, *, /, %) % is modulo, the remainder operator Increment with += (there are also -=, *=, /=, %=) String concatenation with +Read More...
Today, we learned Data types, variables, operators (+, -, *, /, %) % is modulo, the remainder operator Increment with += (there are also -=, *=, /=, %=) String concatenation with +Read More...
Today, we Took the quiz Went over quiz questions Homework Fix the errors in Fixing Python Bugs (click the link), and save it to Jun_24_FixingPythonBugs.py Fix the errors in Fixing Python BugsRead More...
What We Did: Finished our Cheese Chase project. Homework: Fix any leftover bugs that you have in your code. If you have any questions feel free to email me at jsaroufim@ayclogic.com ThanksRead More...
What We Did: Finished our Cheese Chase project. Homework: Add in a function inside a new scratch project that wherever you click will make a new circle. If you have any questionsRead More...
Today We Did We started spaceship-survival game powered by AI. We did the generate_scenario feature. Homework Add code in spaceship_game.py so it will do the following After displaying the provided scenario, askRead More...
Today we did: We continued with MonsterSystem and started the play adventure game feature. Homework: In the constructor, make a self.attack_menu that has 2 selections: Magic Attack Sword Attack InRead More...