Skip to content

Conversation

Droid-An
Copy link

@Droid-An Droid-An commented Aug 3, 2025

Learners, PR Template

Self checklist

  • I have committed my files one by one, on purpose, and for a reason
  • I have titled my PR with Region | Cohort | FirstName LastName | Sprint | Assignment Title
  • I have tested my changes
  • My changes follow the style guide
  • My changes meet the requirements of this task

Changelist

done cowsay

Questions

no questions

@Droid-An Droid-An added 📅 Sprint 4 Assigned during Sprint 4 of this module Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Aug 3, 2025
Copy link

@DaryaShirokova DaryaShirokova left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just some optional comments.

@@ -0,0 +1,19 @@
import cowsay
import sys

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think sys and os are used?


args = parser.parse_args()

print(cowsay.get_output_string(str(args.animal)," ".join(args.message)))

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can format your code with ruff:

python3 -m pip install ruff
 ruff format

ruff can also be added to requirements.txt, same way as cowsay.

@DaryaShirokova DaryaShirokova added Complete Volunteer to add when work is complete and all review comments have been addressed. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Aug 17, 2025
@Droid-An
Copy link
Author

Thank you for review!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Complete Volunteer to add when work is complete and all review comments have been addressed. 📅 Sprint 4 Assigned during Sprint 4 of this module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants