Open
Conversation
…ing error handling. Replit-Commit-Author: Assistant
Assistant generated file changes:
- assignments/02_divide/divide.py: Fix zero division error check
---
User prompt:
how do I fix this ./divide.py 1 0
Traceback (most recent call last):
File "/home/runner/workspace/assignments/02_divide/./divide.py", line 42, in <module>
main()
File "/home/runner/workspace/assignments/02_divide/./divide.py", line 34, in main
result = numerator // denominator
~~~~~~~~~~^^~~~~~~~~~~~~
ZeroDivisionError: integer division or modulo by zero
Replit-Commit-Author: Assistant
Replit-Commit-Session-Id: f998859b-af06-4f4a-bca1-0716a747d838
Assistant generated file changes: - main.py: Create basic Python file - .replit: Updated app configuration --- User prompt: it didnt fix my shell Replit-Commit-Author: Assistant Replit-Commit-Session-Id: 6604206e-2416-4800-9679-4d1cd1e56756
… records, and annotate BLAST results Implements blastomatic.py for BLAST annotation and csvfilter.py for filtering CSV files based on user input. Replit-Commit-Author: Assistant
Assistant generated file changes: - extra_practice/09_csvfilter/csvfilter.py: Fix string formatting for fieldnames --- User prompt: how do i fix it Replit-Commit-Author: Assistant Replit-Commit-Session-Id: 86e886b0-77b0-4e21-801d-9f59a68a39ac
…nces by encoding and summarizing files Implements run-length encoding in `run.py` and FASTA file summarization in `seqmagique.py` using `argparse` and `tabulate`. Replit-Commit-Author: Assistant
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.