Welcome to BoolBots! Today we'll learn about booleans in Python. A boolean is a data type that can either be True or False. We use booleans if we want to represent something with two distinct states! For example, a robot can either be green or not green. Can you find which robot matches the description?