« All Events
2 PM – Intro To Python – Bill
June 20, 2022 @ 2:00 pm - 4:00 pm
Today We:
- Learned about variables and data types
- Learned about concatenating(adding) strings and string functions(.upper(), .lower(), etc)
- Learned about if statements
- Learned about how to do math with variables
- Learned about getting user input
- Learned about converting between data types
Your HW:
- Create a new file in your HW folder called June_20_StringHomework.py
- Copy codes from pages 20-23 from the text book.
- Create a new file in your HW folder called June_20_IfElseHomework.py
- Do pages 79-81 from the textbook like you did from pages 20-23: