American Young Coder

AYC logo

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...

2 PM Python Level 1

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.

3 PM Python Game Development

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...