- This event has passed.
11 AM – Intro To Python
April 4, 2020 @ 11:00 am - 12:00 pm
- Final project is due today (20%)
- Next week is Final Test (2 hours, 80%), study the following
- Baby Name Generator program
- Tell me your age program
- Make sure you know how to draw rectangle and circle in turtle.
- Make sure you know functions: with or without return value.
- Make sure you know how to write program that continuously ask user until user enter quit.
- Variable and data types.
- Make sure you know how to do random numbers and select random element from the list.
- Loops: while loop, for loop.
- Remember how to do String built-in functions: Page:20,21 and 23
- Make sure you know how to read Python errors and fix program with problem.