This repository is managed by the students of group PMA23 at Lviv National University named after Ivan Franko. The group primarily works with Python for their projects and assignments. Each student has a designated folder in the main branch named after their first name and last name, where they store all their completed Python tasks and projects. Additionally, each student has their own branch where they can work individually on Python-related tasks.
- Create a new branch using the format:
name_lastname
fromstarting_branch
. - In this branch, create your own folder with your name and surname.
- Work on your Python tasks and projects in this folder.
- Push your changes to your branch regularly.
- When you have completed your Python tasks, make sure to merge them into the main branch.