You are viewing a single comment's thread. Return to all comments →
PYTHON ONE LINER I am learning python
def angryProfessor(k, a): # Write your code here return "YES" if sum(t<=0 for t in a)<k else "NO"
Seems like cookies are disabled on this browser, please enable them to open this website
Angry Professor
You are viewing a single comment's thread. Return to all comments →
PYTHON ONE LINER I am learning python