Write a program to store 2 boolean values in variables and then print them in the following manner in python
: 1 Some values are True 2 Others are False 3 And then, there is Schrodinger's cat
Answers
Answered by
1
Answer:
A boolean variable can only have two different values: true and ... We can print this value, or store it in a variable of type boolean.Suppose passing marks of a subject is 35. Take input of marks from user and check whether it is greater than passing marks or not.
Explanation:
hope it's help Mark me brainlist
Similar questions