Conversation
| def multiply(a: int, b: int) -> int: | ||
| return a * b | ||
|
|
||
| def addMany(*args: int) -> int: |
There was a problem hiding this comment.
add code to this method to add many numbers from a stream and return the sum
|
⏳ I'm generating code changes based on the feedback. I'll update this pull request when I'm done. |
5 similar comments
|
⏳ I'm generating code changes based on the feedback. I'll update this pull request when I'm done. |
|
⏳ I'm generating code changes based on the feedback. I'll update this pull request when I'm done. |
|
⏳ I'm generating code changes based on the feedback. I'll update this pull request when I'm done. |
|
⏳ I'm generating code changes based on the feedback. I'll update this pull request when I'm done. |
|
⏳ I'm generating code changes based on the feedback. I'll update this pull request when I'm done. |
⏳ I'm generating code changes based on the feedback. I'll update this pull request when I'm done.✅ I created a new pull request #7 based on the feedback. To provide feedback, navigate to the Files changed tab and leave comments on the proposed code changes. Choose Start review for each comment, and then choose Request changes, and I'll propose revised changes. To provide feedback on how Amazon Q Developer performed with code generation, create an issue in the Amazon Q Developer public repository. |
No description provided.