London | 25-SDC-Nov | Zohreh Kazemianpour | Sprint 4 | Implement cowsay#262
London | 25-SDC-Nov | Zohreh Kazemianpour | Sprint 4 | Implement cowsay#262zohrehKazemianpour wants to merge 1 commit intoCodeYourFuture:mainfrom
Conversation
|
Your PR's title isn't in the expected format. Please check the expected title format, and update yours to match. Reason: Wrong number of parts separated by |s If this PR is not coursework, please add the NotCoursework label (and message on Slack in #cyf-curriculum or it will probably not be noticed). If this PR needs reviewed, please add the 'Needs Review' label to this PR after you have resolved the issues listed above. |
|
Your PR's title isn't in the expected format. Please check the expected title format, and update yours to match. Reason: Wrong number of parts separated by |s If this PR is not coursework, please add the NotCoursework label (and message on Slack in #cyf-curriculum or it will probably not be noticed). If this PR needs reviewed, please add the 'Needs Review' label to this PR after you have resolved the issues listed above. |
Self checklist
Implemented cowsay wrapper using the cowsay library and argparse.
This was a good introduction to Python virtual environments . I learned how to set up .venv, activate it, and manage dependencies with requirements.txt.