-
Notifications
You must be signed in to change notification settings - Fork 18
assignment_04 #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: master
Are you sure you want to change the base?
Conversation
Do not forget to write the accompanying test in | ||
tests.py! | ||
""" | ||
return | ||
temp = 99999999999 |
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.
what about using math.inf
for a really large number?
👍 |
Ohh, okay that makes sense. Thanks for the advice. I am super new to On Mon, Feb 29, 2016 at 7:23 PM, jlaura [email protected] wrote:
|
You are doing a great job. The next few weeks will be some modification of Again, great job. On Mon, Feb 29, 2016 at 8:09 PM, thervig [email protected] wrote:
|
No description provided.