havingFun=true
if not havingFun:
print ('Aw, sorry')
else:
print ('Horray')
Remember a boolean variable must have a value before entering a conditional statement. Also remember the not in this question comes first, so the else, or opposite, would be that they are having fun.