You are viewing a single comment's thread. Return to all comments →
Similarly:
print(max(height) - k if max(height) > k else 0)
is what I did
Seems like cookies are disabled on this browser, please enable them to open this website
The Hurdle Race
You are viewing a single comment's thread. Return to all comments →
Similarly:
is what I did