TASK 3

Floats

Integers are whole numbers meanwhile Floats are decimals.

You can identify if a number is a float by if it has a decimal point

Some examples of floats are 0.5, -0.2 and 54.546236345.

We don't have a shortened name for floats, so we just call them a float


Your task is to remove any lines of code which do not print a float

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!