Pure Programmer
Blue Matrix


Cluster Map

Project: Boolean Representation

Write a program that outputs each of the Boolean literals, one per line. Do they print as 0 and 1 or something else?

Output
$ python3 BooleansTest.py True is True False is False

Solution