Your Python program has this code.
for n = 1 to 10:
position = position + 10 # Move the position 10 steps.
direction = direction + 90 # Change the direction by 90 degrees.
You decided to write your program in a block programming language.
What is the first block you need in your program?
wait 10 seconds
Repeat forever
Repeat 10 times
Stop