10AM – Intro to Python
Today we learned: How to use .title(), .upper(), and .lower() How to use the f-string method and "+" method for string combinations How to add code into f-string combination method Homework: pg.Read More...
Today we learned: How to use .title(), .upper(), and .lower() How to use the f-string method and "+" method for string combinations How to add code into f-string combination method Homework: pg.Read More...
we continued with Birdie project. We made the game not automatically started when the program is run. Only the play button, clouds and birds appear. But player is hidden. We made theRead More...
We continued with Hangman game. We learned how to loop through each element in the list via for loop using the list index. We learned how to treat string as list. WeRead More...
Homework: Make the "Number Of Seats" filter works. If user enters 2 for "Number Of Seats", the system should display all vehicles whose seat is 2 or bigger. For example, Honda CivicRead More...
Today we were able to mostly finish the Super Market Lists project. We have no homework but if you wanna look over my project here it (link)
Homework: Create a file Aug8_ForLoopHomework.py Page 52. Page 56 "Try It Yourself", do only 4-1 Page 58
Today we were able to complete the Glacier Race project. We started on the Fireball Fight project. For Homework: Please add in lives for each of your characters. Also add in theRead More...
We continued with drawing the multiple left arms and right arms. Homework: Draw the balloon and the string either on the right arm or left arm.