2.1: 🏹 Output

Topic

2.1: 🏹 Output

Topic Progress:

We will start by understanding the print function. This is relatively simple: all we need to do is type print(), and put whatever we want to print inside the brackets. We can use either single or double quotes (” or ‘) to surround what we are printing out so for example if we wanted to print hello we would need to type print(“hello”) or print(‘hello’).

We can also use print to output variables which we will cover in our lesson on variables.

Your task for this section is to write some code underneath to print out your name.

@

Not recently active