News

C) Boolean. Booleans are either true or false. Python has two constants, named "True" and "False", which can be used to assign boolean values directly.Expressions can also evaluate to a boolean value.
Quick LinksSet Up Your Development EnvironmentWrite Your First Python ProgramWrite Comments in Your CodeStore Data in ...