A “Hello, World!” program is commonly one of the first codes that a programmer runs when learning or familiarizing themselves with a new coding language. Let’s get to it!
Components Needed
Little Python Brain
A tablet/phone/laptop
Steps
1
Finding our blocks
For our first program, we only need a block from the Outputs section
2
Dragging the block into our workspace
We only need to drag the first block in the Outputs category: the print(“Hello World”) block
3
Naming and running the code
We’re now ready to name and run our code! From the top bar (or the sidebar as shown in this gif), simply click Run, name it helloworld, then press OK
4
The Output
As we can see, the terminal has printed out our Hello World code!