Initializing a boolean variable in python 3
ianmendonca1996_3e8253ca9dafc54d
(Ian Franson Mendonca)
September 12, 2022, 1:21pm
#1
why this below code is not working??
A = true
print(type(A))