python conditional statement 'not' code example Example: python if not true Click to copya = False if not a: #Does this a = True if not a: #Doesn't do this