American Young Coder

AYC logo

10 AM – Python Game Development

Homework: Inside main.py We want to make sure the fireball cannot be launched too frequently. Similar on how to we put delay on creating bird and cloud, we need to delay creationRead More...

11 AM – Python Game Development

Homework: Create Cloud class. It should be very similar to Bird class. It will have x, y, direction, screen Replace the code that loads the bird images with load all 3 cloudRead More...

1 PM – Intro To Python

Homework: Page 138 Create a function with return value, "convert_kg_to_gram" It has one parameter: "kg" Inside the function it will return the value of 1 Kilogram from the parameter into gram. ThereRead More...

6 PM – Intro To Python

Homework: Inside Hangman program, complete the code inside "update_clue(guessed_letter)" function. This function should replace the question mark inside the "clue" variable with the letter that user entered. The code should look veryRead More...