Exercise 1: Printing

Output

Image

Code

Question:

Print your name so that you can see it on the screen.

Hint:

Use print command.
Example: print("Hello world").

Blocks:  

print( )