Skip to main content

Posts

Showing posts with the label Python

Boolean and Comparison Operators

Boolean Operators True and True = True True and False = False False and True = False False and False = False