Home
Python
2D
Application
Buildin Function
Class
Data Structure
Data Type
Database
Development
Dictionary
Event
Exception
File
Function
GUI Pmw
GUI Tk
Language Basics
List
Math
Network
String
System
Thread
Tuple
Utility
XML
Menu
Boolean « Data Type « Python
Python
Data Type
Boolean
1.
Boolean operation in if
2.
In Python any non-zero integer value is true; zero is false.
3.
Anything with a non-zero length is true, empty sequences are false