- This event has passed.
7 PM – Intro To Python – Gamas
January 26, 2022 @ 7:00 pm - 8:00 pm
Today We Do
- We went over homework from 2 weeks ago, where we can use “\t” to do tab (spaces). We use “\n” to do new line. We used strip() to remove all the spaces from left and right.
- We learned about Boolean expression. And IF ELSE statements.
Homework
- Create a new Python file Jan26_IFELSEHomework.py
- Copy codes from page 79 to 81.