Open William-Vigo opened 4 years ago
https://github.com/angdav/cs435-p2/blob/7773ebbbc02f04d5968b58217efb4db4635591ad/p4.py#L91
Consider putting this in an
if __name__ == "__main__":
just in case you want to import this file into another working file, this eliminates unnecessary executions of lines
Addressed in: https://github.com/angdav/cs435-p2/commit/0f8931c20ae409797a1921173f8cf032231e54cc
https://github.com/angdav/cs435-p2/blob/7773ebbbc02f04d5968b58217efb4db4635591ad/p4.py#L91
Consider putting this in an
just in case you want to import this file into another working file, this eliminates unnecessary executions of lines