American Young Coder

AYC logo

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