In this section, on propositional calculus, we will discuss how we analyse statements and how to construct more complex statements using logical operators. This is basis on how computers (and sometimes humans) make decisions.
Introduction to Propositional Logic
Propositions and fundamental logical operators (AND, OR and NOT).
In our first (proper) practical we look at propositional logic using Python.
_(Note: To reopen a notebook that you were working on in an earlier session of Colab, select **Open Empty Notebook in Colab**. Then use menu __File->Open Notebook__ to open your notebook with your saved work.)_