American Young Coder

AYC logo

5 PM – Intro to Python – Darin

What We Did Today: Saw a couple more examples on the random module to use the random functions Learnt debugging techniques and forms of errors Homework: Make a file called Sept19_RandomHW.py and submit toRead More...

5 PM – Intro To Python – Abigail

Today We We went over last week's homework. We learned about Strings: Built-in String methods (ex: .upper(), .lower(), .title()) New way to combine variables into Strings (ex: f"{var1} {var2}") String Shortcuts (ex:Read More...