PBL Unit 1 / Week 0
| Week Learnt | Term | Definition | 
|---|---|---|
| Week 1 | import | imports a file into the terminal, there are multiple types of files | 
| Week 2 | for loop | A control flow statement used to iterate over a sequence (like a list, tuple, or string) multiple times. | 
| Week 3 | while loop | A control flow statement that iterates through a sequence, until a certain condition is met. |