MOCKSTACKS
EN
Questions And Answers

More Tutorials









Raspberry Logical Operators


In previous lessons, we have learned and used common operators, such as the comparison operators, arithmetic operators, and “and" logic operator, that is, Boolean “and". First, let's review these common logical operators.

In this lesson, we will use a new logical operator Boolean “or". An example is as follows:

1 if x or y : 
2 print "variables x and y are both true, or one of them is true" 
3 else:
4 print "variables x and y are not true"

The output result of the above example is “variables x and y are both true, or one of them is true". Similarly, we can use Boolean “or" to judge whether the temperature or humidity in the environment is within an appropriate range. If one of them fails to meet the requirements, we will sound an alarm.


Conclusion

In this page (written and validated by ) you learned about Raspberry Logical Operators . What's Next? If you are interested in completing Raspberry tutorial, your next topic will be learning about: Raspberry Display Temperature and Humidity Value with LCD.



Incorrect info or code snippet? We take very seriously the accuracy of the information provided on our website. We also make sure to test all snippets and examples provided for each section. If you find any incorrect information, please send us an email about the issue: mockstacks@gmail.com.


Share On:


Mockstacks was launched to help beginners learn programming languages; the site is optimized with no Ads as, Ads might slow down the performance. We also don't track any personal information; we also don't collect any kind of data unless the user provided us a corrected information. Almost all examples have been tested. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. By using Mockstacks.com, you agree to have read and accepted our terms of use, cookies and privacy policy.