Hey, I'm new to python so don't judge.

Callum Robinson cr2001 at hotmail.co.nz
Mon Jan 2 23:02:14 EST 2017


When i check the code it comes up with invalid syntax and my writing line gets 
re directed here

def is_same(target, number:
        if target == number:
            result="win"
        elif target > number:
            result="low"
        else:
            result="high"
        return result




More information about the Python-list mailing list