a = 5 b = 10 if b: print("b gibt True") else: print("b gibt False")