This repository contains the code template for the Lab 1 Python Environment developed for the course TIL6022 Python Programming at TU Delft in 2026.
After receiving the assignment, modify the code in the Jupyter Notebook (lab1_2026.ipynb) and commit the changes you made. Each commit counts as one submission to Classroom50. If you create a new Jupyter Notebook in the repository for grading, make sure you remove other Jupyter Notebooks that you do not wish to be graded.
Each submission will trigger an autograding workflow to evaluate your updated Jupyter Notebook. To check the grading summary, go to Actions -> Autograde -> Click the workflow you want to check; the report is under grade/grade summary. At the top of the report, you will see a summary table with 'Result', showing whether the test is successfully executed, and 'Score', showing your score for this assignment. Below, you can further find a more detailed report on whether a specific question is 'FAILED' or 'PASSED' and the error messages.
Warning
Do not change the test file (test_lab1_2026.py).
- Instructor: Yanan Xin
- Teaching Assistants: Theivaprakasham Hari, Ziteng Li, Julian van Heijningen, Bram Dorland.