Repository for saving Python Assignments for future reference.
- June 19 , 2021
- SB 7 - Word Bank
- SB 8 - Record Keeping
- June 21 , 2021
- SB 9 - Lottery Program
- June 28 2021
- SB 10 - Module
- SB 11 - Function
- July 3, 2021
- Final Lab Exam
- Implement the use of List in saving user's input
- Includes looping of choice
- Printing the List
- Counting the elements on the List
- Due Date : June 27 2021
- Implement the use of Dictionary
- Adding and Removing of Elements
- Looping the Menu
- Printing the desired output
- Due Date : June 27 2021
- Implement math module
- Randomize combination
- Guessing the correct combination
- Counter set for showing results
- Used set instead of List ( not following instruction lmao )
- Salary Computation App
- Import customize module for the app
- Utilization of function
- Utilize Dict, List
- Checking of answers with the use of for loop
- Custom utilization of module