- This event has passed.
10 AM – Intro To Python – Indo – Gamas
October 1, 2022 @ 10:00 am - 11:00 am
Today We Did
- We reviewed input from shell. All inputs from shell are String data type. Even if you enter a number, it will still be String. If you want to compare to integer, you first have to convert a String (input from shell) into an Integer using int().
- We learned a little bit about List.
Homework
- Create Oct1_ListHomework.py
- Copy codes from page 34 to 41.