Under the specifications it says:
"Before correcting your Exam, make sure that all your Python scripts are executable. They need to have full executalbe permissions in order to be executed by our autocorrection system. You can give them full execution permissions with the following command:
chmod +x my_script.py "
Is this an error? This is the C++ section and I am confused about needing to create a file called my_script.py.
Do I need to call the .cpp file created for the quiz a specific name?
Thank you.