Why is it possible to assign a value to the keywords True and False in Python? In particular the following code gives the keyword True the value False and suddenly I only have the value False to work with.
True = False