American Young Coder

AYC logo

9 AM – Intro To Python

We continued with Baby Name Generator program. We added foreverlopp We format the input as menu. Homework: Before calling get_random_name(selection)), ask user "How many names do you want? " Whatever number userRead More...

1 PM – Intro To Python

We learn about variables and datatypes String Integer Float Boolean Boolean expression Homework: In Thonny, create a new file April25_VariableHomework.py Do the codes listed in page 20 to 23.

2 PM – Intro To Python

We continued with Hangman game. We added code that will check if the user can guess the whole word. We check if the user wins or loses. We updated the "clue" variableRead More...

6 PM – Intro To Python

We went over the List homework. We went over the Tell Me Your Age homework. We went over how to create forever loop. We went over how to break from loop. Homework:Read More...