3. What will be the data types of following two variables ?
A = 2147483647B = A + 1 Both are Integer types
3. What will be the data types of following two variables ? Read More »
A = 2147483647B = A + 1 Both are Integer types
3. What will be the data types of following two variables ? Read More »
Boolean numbers represent the truth values i.e True and False. They are considered as a type of integers because they behave like the values 0 (False) and 1(True)
4. What are Boolean numbers ? Why are they considered as a type of integers in Python ? Read More »