CS 111: Introduction to Computer Science

Debuggers and recursion

Meeting WingIDE and its debugger

Today will be sort of half lecture and half lab. We'll be using the WingIDE 101 "integrated development environment" (IDE). To get started:

Next: recursion

Open recursivefunctions.py in WingIDE, and try some of the same things as above, experimenting with factorial(n).