- When you create a new file for coding assignments, please make sure you DON'T put the same name with an existing file.
- In case any unexpected changes in available files, please discard it before committing.
-
Duplicate the assignment file.
- Ctrl C - Ctr V for non-Mac user.
- Cmd C - Cmd V for Mac user.
-
Rename the file with the following structure:
your_name + _ + assignment_name.ipynb
For example: hanhtth_assignment_01.ipynb
- Commit and push to github.
git add .
git commit -m"Write your message here"
git push origin main
Please enjoy and have fun with Python class!