« All Events
1:30PM Summer Camp – Python
July 9, 2019 @ 1:30 pm - 3:30 pm
- We went over all 3 home works from 2 weeks ago:
- https://indo.ayclogic.com/fix-python-bugs-2/
- https://indo.ayclogic.com/list-inputs-if-and-else-loops-and-function/
- https://indo.ayclogic.com/coding-in-python-level-1/star-wars-problem/
- We started “Password Picker” program.
- Prepare for the quiz this Thursday 07/11:
- Variables and Data Types and also Boolean expression.
- IF, IF ELSE, IF ELIF ELSE statements.
- Loops: For Loop, While Loops, forever loops.
- Ability to continuously ask user for input until user type quit. For example, look at June_20_EnhancedTellMeYourAge.py
- Functions: Function with return and without return value and parameters.
- Random
- If you have question, you can email me at gamas@ayclogic.com
- Homework:
- Enhance “Password Picker” program to do the following
- Continuously ask user “How many password do you want to create? “.
- Generate passwords according to the number that user enter. For example if user enters 3 then generate 3 passwords. If user enters 5 then generate 5 passwords.
- If user type “quit” exit from the program.
- Hint:
- Use for loop to generate more than one password.