Boolean

Beschreibung

Notiz am Boolean, erstellt von inga pinga am 18/01/2016.
inga pinga
Notiz von inga pinga, aktualisiert more than 1 year ago
inga pinga
Erstellt von inga pinga vor mehr als 8 Jahre
5
0

Zusammenfassung der Ressource

Seite 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

Zusammenfassung anzeigen Zusammenfassung ausblenden

ähnlicher Inhalt

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