Previous Lecture | lect02 Slides | Next Lecture |
Code From Class
https://github.com/ucsb-cs16-su17/code-from-class/tree/master/Lec02
The code will always appear in this repository, in a different folder each time.
Topics
- Multiway If/Else
- For loops and their differences from Python for loops
- While loops, translating for loops into while loops
- Function declaration/definition
- Testing using assertions