Nuacht

You can store the result of a comparison in a variable, resulting in it being a bool. We haven't covered operators yet (we will in [[1.6. Operators]]), but note the important difference between a ...
The reason is that in Python bool derives from int and so there's technically no promotion as to speak. Another problem is that simply changing would be a breaking change, which we can't do before 4.0 ...