Lecture 34: Python has Boolean Data Type

visibility 17 lượt xem schedule 1 năm trước timer 2:54
open_in_new Dailymotion
The boolean data type in Python represents truth values, and can only have one of two possible values: True or False. These values are keywords in Python and must be capitalized correctly. Booleans are often the result of logical operations or comparisons.