summaryrefslogtreecommitdiff
path: root/progs/a421.py
blob: 481c5db69f8b1245316d95d428482858e9ae1a8f (plain)
1
2
def opposite_Signs(x,y): 
    return ((x ^ y) < 0);