Welcome to the Student Submission Repository! This repository is intended for students to submit their extra credit assignment/work in Python (.py) or Jupyter Notebook (.ipynb) format.
-
File Naming Convention:
- All submitted files must follow the naming format:
name_extra01.pyorname_extra01.ipynborname_extra02.pyorname_extra02.ipynb. - Replace
namewith your first name or username.
Examples:
john_extra01.pyjane_extra01.ipynb
- All submitted files must follow the naming format:
-
How to Submit Your Work:
- Clone the repository to your local machine:
git clone <repository-url>
- Create or edit your file with the appropriate naming convention.
- Add, commit, and push your changes:
git add <your-file> git commit -m "Add my submission: <your-file>" git push origin main
- Clone the repository to your local machine:
-
Check for Errors:
- Ensure that your file follows the naming convention. If it doesn’t, the push will fail, and it will not be evaluated.
- Make sure to commit your changes frequently to avoid losing your work.
- Enjoy!