American Young Coder (AYC)

AYC logo

6 PM – Intro To Python – Sebastian

Today We Did String functionalities:  .title(), .upper(), .lower() Formatted strings: f”” Removing end spaces: .rstrip(), .lstrip(), .strip() Escape keys: \n \t \" \' Homework Create a new Python file NOV9_StringHomework2.py in Thonny.Read More...

6 PM – Python OOP – Gamas

Today We Did We went over Restaurant and User classes. We reviewed, attributes, methods and init methods. When we should use self. Homework Create Nov8_ClassHomework3.py Copy codes from page 162 to 166

Verified by MonsterInsights