Define a function called min that takes two parameters containing integer values and returns the smaller integer of the two. If they have equal value, return either one.
LANGUAGE: PYTHON
CHALLENGE:
Define a function called min that takes two parameters containing integer values and returns the smaller integer of the two.
If they have equal value, return either one.
SOLUTION:
The Bad News: The content you are trying to access is only available to members.
The Good News: You too can be a member, simply Click Here.
Already a member? Log In Here
Posted in Learn To Code, Python