American Young Coder

AYC logo

9AM – Intro To Python – Saagar

Today we did: Reviewed for loops and iterating by elements as well as index Review append, insert, remove, pop, del list functions Introduced while loops as a way of executing certain codeRead More...

2 PM – Intro to Python – Gamas

Today We Did We learned about IF ELSE ELIF statements We learned how to get input from shell We learn about List. Homework Create Aug20_HowOldAreYou.py and do exercise from this page (onlyRead More...

6 PM – Intro To Python – Gamas

Today We Did We continued with Robux System. We added purchase_item function to eliminate code duplication. We keep track robux_spent by creating a new variable. Homework Continue with Robux system, add aRead More...

9AM – Intro to Python – Saagar

Today we did: Review for the quiz with trivia style questions: went over variables and the different types string concatenation, f-strings, string functions if, elif, else statements, the different operators like ==,Read More...

10 AM – Indo – Intro To Python – Gamas

Today We Did We learned about String data type. We learned about 3 String built-in functions: lower(), upper(), title() We learned how to combine String together using Python "f" formatter. Homework IfRead More...