American Young Coder

AYC logo

9 AM – Intro To Java

We added a feature where we store messages to messages.json after user created an email. Homework: Inside run() in the very beginning of the method, call "readMessagesFromFile();" . This way all messagesRead More...

7PM – Intro to Python

Today we learned: How to modify strings using: .title() .upper() .lower() How to concatenate strings using f-string Homework: Do pages 79-81 from the textbook (IntroToPythonPg79to81) in a file called March21_IfElseHomework.py If youRead More...