python_type_bool.py:
x
 
x = True
#display x:
print(x)
#display the data type of x:
print(type(x))