rewolf93 / CS370

Programs for Software Engineering course
MIT License
0 stars 0 forks source link

Load a file, read it's contents, and close it #3

Closed rewolf93 closed 4 years ago

rewolf93 commented 4 years ago

In spike/main.py, create a function that opens a file, prints all the contents to the console, and then successfully closes the file.

Acceptance criteria: