TASK 4

Booleans

Finally, having met all of those data-types, we are left with the simplest datatype, the Boolean

Booleans can be either True or False, and thats it!

They have that funny name because they are named after George Boole, a mathematician.

We shorten Boolean to bool in code.

For the final time, your task is to remove any print statements which contain something which is not a boolean!

Well done!

You have completed all of the tasks.

Return home or take a look at the tutorials

Something isn't quite right...

Close this message and have another go!

GUIDE

This guide is intended to help with syntax. See the prelude section for pre-defined functions and variables. See the tutorials page for tutorials on how to write code.



Can't find what you're looking for?

Check the tutorials page for more!

PRELUDE

The prelude is all the pre-defined functions and variables available to use. See the tutorials page for tutorials on how to write code.



Can't find what you're looking for?

Check the tutorials page for more!