- This event has passed.
2 pm – Intro To Python – Saagar Mahadev
June 18, 2022 @ 2:00 pm - 3:00 pm
Today we did:
- Variables: why they are used (to store information) and how to declare them (variable_name = value)
- Data Types: the 4 types (integer, float, string, boolean)
- Variable naming conventions (case-sensitivity, no spaces in variable names)
Homework
- Create python file called “June18_StringHomework.py”. Do home work from page 20-23 in the textbook. If you don’t have the book, click here IntroToPythonP20toP23.