create a function that returns the opposite of the given boolean, as a number code example Example: set boolean to opposite python go = True go = not go # go is now False