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 .py files containing solution codes.

Instructions for Using Google Colab:

  1. Open your browser and go to Colaboratory.
  2. Create a new notebook by clicking "File" → "New Notebook".
  3. Write your program code into the provided cells.
  4. Insert a comment at the beginning of the file specifying your full name in Russian (e.g., # Иванов Иван).
  5. Save your work regularly by pressing Ctrl+S or selecting "File" → "Save".
  6. To share your project, click on "Share" located in the top right corner.
  7. Set permissions so that anyone with the link can view it ("Viewer").
  8. Copy the shared link and submit this URL along with your report.