Skip to content

Conversation

teenageknight
Copy link

Added changes to the style of FindMin.py to match FindMax.py

Added changes to the style of FindMin.py to match FindMax.py
return min

def main():
print(findMin([0,1,2,3,4,5,-3,24,-56])) # = -56
Copy link
Member

Choose a reason for hiding this comment

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

Please modify this line to match find_min as well so that the code would compile.

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

Labels

None yet

2 participants