Initializing a boolean variable in python 3

why this below code is not working??

A = true
print(type(A))