- This event has passed.
SAT – 2 PM – Intro To Python – Gamas
August 6, 2022 @ 2:00 pm - 3:00 pm
The class was on 8 AM
Today We Did
- We went over String homework. We learned about String built-in functions: .title(), .upper(), .lower(), .strip(). We learned about String formater.
- We learned about Float/Double and Boolean data types.
- We started learning about IF ELSE statement.
Homework
- Create a new file Aug6_IFElSE_Homework.py
- Copy codes from pages 79-81. Run the code one by one,
- Do page 84, TRY IT YOURSELF: 5-3, 5-4