4:30 PM – Python OOP – Gamas
Homework Create a new file Feb24_ClassHomework2.py Do page 167, TRY IT YOURSELF: 9-4 this is the continuation of the last week homework (Restaurant class)
Homework Create a new file Feb24_ClassHomework2.py Do page 167, TRY IT YOURSELF: 9-4 this is the continuation of the last week homework (Restaurant class)
Today We Did Today we added in the witches movement and some other things. We added in the fireball and how it shoots based on the witch's direction, along with the batRead More...
Today We Did: Worked on Birdie Flipped image for Bird moving left Flipped image for Player moving left Homework: If the fireball's direction is left, make it move left. If the fireball'sRead More...
Topics covered in class today: We went over the homework that covered how to access elements in a list, how to replace elements, and add/remove elements. We learned about for loops andRead More...
Today We Do We continued with EmailApplication project and we changed the "messageMap" from Map<String, EmailMessage> to Map<String, List<EmailMessage>> . This is so that we can store multiple email messages per person.Read More...