Difference between revisions of "CSC111 Final Exam 2015"
Line 26: | Line 26: | ||
* Store your program in a file called '''final1.py'''. | * Store your program in a file called '''final1.py'''. | ||
* The program should get the names of the temperature files as one long line (see Example section below). | * The program should get the names of the temperature files as one long line (see Example section below). | ||
+ | * If one of the names given is invalid (the file does not exist), your program should simply print "Invalid file name given." and stop, without outputting any temperature information. | ||
<br /> | <br /> | ||
==Example== | ==Example== |