# E05 exercises of interest

# 13

#11 == 4 ** 2 or 6 != True or not "a" + "b" == "ab"
#11 == 16 or 6 != True or not "ab" == "ab"
#False or True or not True
#True or False
#True

