American Young Coder

AYC logo

9 AM – Python Game Development

We went over Python Class or Object Oriented Language Homework: Create a new file June13_AirPlaneHomework.py: Create a new class called AirPlane: It has "number_of_seat" It has "number_of_door" Who is the "maker": Boeing,Read More...

10 AM – Python Game Development

We went over how to add Cloud to the main.  Homework: Similar to how we call create_random_bird() function, put delay on how we call create_random_cloud() function.

11 AM – Python Game Development

We reviewed the quiz result. We went over function with no return value. Homework: P.130, P.132, P.133 Do the first question in here: https://www.ayclogic.com/intro-to-python/star-wars-problem/

1 PM – Intro To Python

Homework: Do number 1 only from this page: https://www.ayclogic.com/intro-to-python/star-wars-problem/ From the book do page 132 to 134.

6 PM – Intro To Python

Homework: Inside the while loop, if the user did not guess the entire word correctly, in the else part do the following we need to check if "guess" variable is inside theRead More...