Computer Science, asked by kartik792004, 7 months ago

what are boolean numbers?why are they considered as a type of integers in python

Answers

Answered by Anonymous
3

Boolean values are the two logic constants True, and False. In linking truth tables to numbers via the binary system, we represent the Boolean value True with the binary digit 1, and the value False with the binary digit 0, respectively.

please like

Similar questions