American Young Coder

AYC logo

9 AM – Intro To Python

We went completed Baby Name Generator program. We added a way to limit the number of names when user provided a number bigger than the names that the program has. Homework: StudyRead More...

1 PM – Intro To Python

We went over the many functionalities of Python String such as title(), upper(), strip(). We went over how to do IF ELSE ELIF statements Homework: P.80 to 81