To assign a boolean value in Python, use the keywords True or False. These are the only two boolean values in Python and are case-sensitive. You can assign them directly to a variable or as the result of a boolean expression.