INTRODUCTION TO ENTREPRENEURSHIP
DEFINITION OF ENTREPRENEURSHIP
| Question 
 [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
 | 
|  |  Boolean 
 | 
|  |  Integer 
 | 
|  |  Real 
 | 
|  |  String 
 | 
Detailed explanation-1: -The Python Boolean Type. The Python Boolean type has only two possible values: True. False.
Detailed explanation-2: -In computer science, the Boolean (sometimes shortened to Bool) is a data type that has one of two possible values (usually denoted true and false) which is intended to represent the two truth values of logic and Boolean algebra.
Detailed explanation-3: -As we know, a variable of the type boolean can take on only two values: true and false.
Detailed explanation-4: -George Boole created Boolean Algebra, which is the basis of all modern computer arithmetic. There are only two boolean values. They are True and False .
Detailed explanation-5: -Boolean variables can either be True or False and are stored as 16-bit (2-byte) values. Boolean variables are displayed as either True or False.