« All Events
6:00 PM – Intro to Python – Sebastian
May 12 @ 6:00 pm - 7:00 pm
Today we did
- Learned about lists
- Learned about the 3 different kind of loops
- while loops
- for loops using the range() function
- for each loop
- We covered a lot today because you learn very quickly, we’ll definitely revisit most of these topics tomorrow so don’t worry if it doesn’t sink in the first time, you did great!
- Monday 6:00PM class code:
https://drive.google.com/drive/folders/1EJ3L9sHx0pYuyJ9jnGX1o144Lki3lZWn?usp=sharing - 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 into your Google Drive and continue using the naming convention you’ve been using
- Homework:
- Using a for loop with range, print every odd number from 1 to 10 (including 1)
- Bonus question:
- Create a list of fruits: apple, banana, kiwi, strawberry, grape
- Use any kind of loop to print any fruit with more than 5 letters