- This event has passed.
3 PM – Intro to Python – Sebastian
March 16 @ 3:00 pm - 4:00 pm
Today We Did
- Learned Python variables have names (can’t have spaces), and values (values can have 4 different data types)
- Learned the 4 main data types are integer, float, string, and boolean
- Learned about print statements, and how to combine the data we print using:
- commas
- plus operator
- formatted strings
- How new lines work with print statements
- Learned about the 4 main operations (+, -, *, /), and which data types they can be used on
- AYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/
- In case you need anything, feel free to email me at sebastian@ayclogic.com
Homework
- Please submit your homework to the corresponding project’s folder in your Google Drive
- Homework: Create a file named “MAR23_string_homework.py”
- Copy Python code from pages 20-23 from the book.