With exactly 5 hours to spare, I was able to complete Task 2. I had a little bit of troubles completing it using C++, so I switched over to Python and things ran smoothly. I’m currently trying to fix up a few things that should be somewhat easy to fix and will result in a better score. I’ll make another post later with pictures, videos, and an after action report.
Tag Archives: python
Python modules
https://docs.python.org/3/tutorial/modules.html
Covers .py files, directories, and how to access them in code.
Python indenting
http://www.secnetix.de/olli/Python/block_indentation.hawk
Indent size does not matter as long as it is consistent.