About the Lab

As we've discussed in class, testing and debugging your programs is a large part of being a successful programmer. Sometimes, you may even have to debug other people's code!

In this lab, we'll be creating two files: lab2.py will be a file you create, and errors.py will be a file you copy into your directory, before finding and fixing the errors it contains. Both files will be counted as part of the grade for Lab 2.

You'll learn how to copy files into your account from an instructor's directory, and you'll write your first complete Python program.