Exercise 1: Printing
Output
Code
Run
Delete Last
Question:
Print your name so that you can see it on the screen.
Hint:
Use print command.
Example: print("Hello world").
Blocks:
print(
)
Add