- This event has passed.
6 PM – Intro To Python – Darin
November 2, 2023 @ 6:00 pm - 7:00 pm
What We Did Today:
- Reviewed the quiz 2 and talked about results, how to improve, and etc.
- Did a brief overview on everything we have learnt in this course so far, including lists, loops, and functions.
Homework:
- Create a python file called summary.py, upload into google drive when complete.Inside of this file, make comments of all the topics that you have learnt, like
# Strings
# Lists
# etcAnd add description to the comments, like
# String
# String is anything covered in ” ”# Lists
# Lists are covered in [ ], and can contain ….. - Create a python file called LoopReview.py, upload into google drive when complete.Create a program that asks the user for their age forever (how do you ask the user for their age forever?), and if their age is greater than 8, call a function called printSentence that prints out “You are getting older!”
You have to create the printSentence above. Think about whether the function needs a return value or not. (Hint: the function only prints)
Notes:
If you have any questions, feel free to email me at ddjapri@ayclogic.com