Submission Guidelines
Completion requirements
Programming Assignment Submission Guidelines
General Requirements:
- Submit your assignment as a link to the completed task in Google Colab or another code editor.
- Include a comment with your full name (in Russian) before the code if using Google Colab.
- If you use Google Colab, share only the lesson link and ensure access is open for review.
- For assignments done in other editors, provide
.pyfiles containing solution codes.
Instructions for Using Google Colab:
- Open your browser and go to Colaboratory.
- Create a new notebook by clicking "File" → "New Notebook".
- Write your program code into the provided cells.
- Insert a comment at the beginning of the file specifying your full name in Russian (e.g.,
# Иванов Иван). - Save your work regularly by pressing Ctrl+S or selecting "File" → "Save".
- To share your project, click on "Share" located in the top right corner.
- Set permissions so that anyone with the link can view it ("Viewer").
- Copy the shared link and submit this URL along with your report.