Nieuws

KS3 Boolean logic Using Boolean logic in programming When designing programs, there are often points where a condition needs to be tested in order to make a decision.
Using AND Sometimes we need a program to do something based on the results of two conditions. This simple Python (3.x) program prints out a different message depending on the result of two tests.