Skip to content

Conversation

@robairey
Copy link
Collaborator

Closes #1

@robairey robairey requested a review from hanamayall January 20, 2022 16:18
Copy link
Owner

@hanamayall hanamayall left a 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
Copy link
Owner

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
Copy link
Owner

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
Copy link
Owner

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

@robairey
Copy link
Collaborator Author

robairey commented Jan 20, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] Add multiplication function

3 participants