« All Events
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