Lecture 11 - Announcements /
Notes
Announcements
- Prac 3 is Friday - see you in the labs!
Plan for Today
- Exam 1 Problem 1?
- E11T
- When done, look at P11 or work on P10 Other Practice Problems
- P10 code review; also demo:
- importing and main guard
- distiction between print and return
- Write the
stairs function
- Download
plot.py from the code
folder for today’s lecture and implement the stairs
function according to the given specification
- You can make use of the other functions in that file!
- Example: here’s my output for
stairs(t, 6, 30, 50):
