a = Red Is The Winner
b = Red Is Not The Winner
if b > a:
print("Drat Is Gay")
else:
print("Drat Is Not Gay")
b = Red Is Not The Winner
if b > a:
print("Drat Is Gay")
else:
print("Drat Is Not Gay")
Quote:Haven't Touched py in 6 months ;(