Which of these gives is_monday the value False?
is_monday
False
is_monday = not True
is_monday = "True"
is_monday = "not True"
is_monday = not True.