You are viewing a single comment's thread. Return to all comments →
Python
def halloweenParty(k): return (k//2)*(k-k//2)
Seems like cookies are disabled on this browser, please enable them to open this website
Halloween party
You are viewing a single comment's thread. Return to all comments →
Python