TASK 1

Maths

Computers are just massively overpowered calculators. So, you can do the maths you might have expected in your code.

What do you think 5+4 will return? 9 of course!

When working with integers a: int and b: int, you have the following operations available:

If you know what they are, you also have % modulo and ** exponentiation, but if you haven't heard of those, don't worry!

You also have all of these operations available for floats too

Your task is to print what a+b is.

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!