Loading [MathJax]/jax/output/HTML-CSS/fonts/TeX/fontdata.js

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 9 years ago
7
0
1 2 3 4 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

0 comments

There are no comments, be the first and leave one below:

Similar

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
OpenSource Programming
Faheem Ahmed