Skip to content

Conversation

@FrcGustavo
Copy link

No description provided.

Copy link

@hyfi06 hyfi06 left a comment

Choose a reason for hiding this comment

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

Some comments

def test_closure_make_division_by(self):
# Make the closure test here
pass
self.assertEqual(20, make_division_by(5)(100))
Copy link

Choose a reason for hiding this comment

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

Incluye los otros test que se sugieren en run()

# You have to code here!
pass
def second_parameter(x):
return round(x / n, 1)
Copy link

Choose a reason for hiding this comment

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

Por que usas round?

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.

2 participants