Quotes help make search much faster. Example: "Practice Makes Perfect"

Thursday, December 22, 2016

Codefights def modulus(n)


#sample solution
def modulus(n):
    if isinstance( n, int ) :
        return n % 2
    else:
        return -1

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts