9 AM – Intro To Python
We completed Starry Night project. We alternate between Star and Planet using modulus operator. We started Baby Name Generator program. Homework: In Baby Name Generator program, do the following Ask user ifRead More...
We completed Starry Night project. We alternate between Star and Planet using modulus operator. We started Baby Name Generator program. Homework: In Baby Name Generator program, do the following Ask user ifRead More...
We continued with Bird class Able to draw bird images using Bird class and sprite group. Homework: Inside Bird class, make the bird flaps by alternating the image A, image B. LookRead More...
We reviewed the Introduction To Python test. We went over Python dictionary. Homework: Do page 92 to 96 Review Baby Name Generator code and come up with questions if you don't understandRead More...
We went over how to do Modular in Python. We started Hangman game. Homework: Inside this forever loop do the following Print the clue, the question marks Print the number of leafRead More...
We went over how to add player to the project. We added Tube to the project. Homework: Make the tube move to the left. Try to display the tube from the topRead More...
We went over for loop and a little bit of while loop. Homework: https://www.ayclogic.com/tell-me-your-age/ Page 52.