Kindly show the questions based on python thks 1 What is the
Kindly show the questions based on python thks.
1. What is the value that stands for true?
2. What is the value that stands for false?
3. What is the integer value for zero?
4. What is the decimal value for zero?
5. What is the value that stands for nothing?
Solution
TRUE and FALSE are the built-ins in python.
1. In python, integer value for TRUE is “1”.
2. In python, integer value for FALSE is “0”.
4. In python, Decimal value for ZERO is “0.0”

