foo = True bar = True foo and bar
foo = True bar = True print(foo and bar)
Used when an expression that is not a function call is assigned to nothing. Probably something else was intended.