-
Notifications
You must be signed in to change notification settings - Fork 0
Add multiply functionality and test #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
hanamayall
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file is empty
| @@ -0,0 +1,2 @@ | |||
| def multiply(x, y): | |||
| return x * y No newline at end of file | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
needs new line at end of doc
| @@ -1,2 +1,2 @@ | |||
| from .add import add | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please delete this line
| @@ -1,2 +1,2 @@ | |||
| from .add import add | |||
|
|
|||
| from .multiply import multiply | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
needs empty line at end of file
|
Not entirely sure but will try
…On Thu, 20 Jan 2022 at 16:25, Hana Mayall ***@***.***> wrote:
***@***.**** requested changes on this pull request.
This file is empty
—
Reply to this email directly, view it on GitHub
<#3 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APPJJPKFST3EWQEGBWRRQVLUXAZO5ANCNFSM5MNGALOQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Closes #1