• + 10 comments

    I am pretty proud of my code, i think this is the best option:

    n = int(raw_input())
    
    if n%2==0 and (n in range(2,6) or n>20 ):
        print "Not",
    
    print "Weird"