TASK 2

Relational

You also have relational operations to compare values.

These are:

Notice that we use two == signs to mean is equal to, this is because a single equals sign already means assignment!

These operations return a bool value, True or False.

5 > 4 is True


Your task is to print if a is greater than or equal to b

Well done!

When you are ready, continue on to the next task.

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!