Make a function that returns an int boolean opposite of an int boolean given code example Example: set boolean to opposite python go = True go = not go # go is now False