Home
Dictionary
Game
About
Boolean
Python uses Booleans which is a variable that can hold 3 states.
True
False
Nil
Example
- Define the 3 types of boolean.
var1 = True
var2 = False
var3 = nil