American Young Coder

AYC logo

9 AM – Python Game Development

Homework: Create fireball.py, copy the code from cloud.py and change accordingly. Load the assets/fireball.png inside fireball.py Inside main.py import fireball on the top of your file. create fireball_group Create Fireball variable andRead More...

5 PM – Introduction To Python

Homework: Sep26_FunctionWithReturnValueHomework.py Do function with return value homework from page 138 to 139. Convert Farenheight into Celcius Ask user "Enter a temperature in Farenheight: " Whatever user enter, pass to below functionRead More...

6 PM – Intro To Python

Homework: Continue with Sep26_BabyNameGenerator.py Outside the while loop create the following boy_names list. Inside the list, put 6 different boy's names. girl_names list. Inside the list, put 6 different girl's names. InsideRead More...