- This event has passed.
9AM – Intro to Python – Saagar
July 16, 2022 @ 9:00 am - 10:00 am
Today we did:
- Reviewed if, elif, else statements, ran through various different problems and determined what would be printed
- Learned how to get user input from the shell using the input function in Python and store it into variables
- How to cast string input from the user to int or float using the int() and float() functions
Homework
- Create python file called “July16_IfElseHomework2.py”. Do homework from Page 84, questions 5-3 and 5-4. Also, do number 3 only from https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/