False is another special value and the opposite of True.
False
True
We can save False in the variable status and display status in the console.
status
print("Load data") status = False print(status)