9 AM Python Level 1
We went over the "Tell me your age" homework. We review the IF ELSE statement. We went over the concept of Loop: For loop and While loop Homework: Next week there isRead More...
We went over the "Tell me your age" homework. We review the IF ELSE statement. We went over the concept of Loop: For loop and While loop Homework: Next week there isRead More...
We completed with Hangman project. We learned how to draw shape using Python Turtle: rectangle and circle Homework: Draw Robot using combination of different rectangle from page 75 to 78.
We continued with Birdie project: We made sure when the player hit the bird, the player disappear and player.is_alive = False When the player is dead, we display the "Play" button. WeRead More...