Boolean

Description

Note on Boolean, created by inga pinga on 18/01/2016.
inga pinga
Note by inga pinga, updated more than 1 year ago
inga pinga
Created by inga pinga over 8 years ago
5
0

Resource summary

Page 1

1. Boolean has 2 option : True or False>>> a=True>>> b=False>>> type(a)<type 'bool'>>>> type(b)<type 'bool'>>>> >>> a is bFalse2.>>> a is bFalse>>> a or bTrue>>> a and bFalse

Show full summary Hide full summary

Similar

Comparison Operators and Chaining Booleans
Rebecca Noel
Python Quiz
karljmurphy
Think Python
tsilvo2001
Basic Python - Print Formatting
Rebecca Noel
What is Python?
Daniel Ingram
Python
54671
Know your Python!
educ8ict
Basic Python - Strings
Rebecca Noel
Study on IoT systems design
Tomasz Cieplak
Boolean Algebra Laws 1
punsisi
Python
Kirstie Wu