S11 Resource sheet 2

Blockly — Python matching code cards

BlocksPython

my_van.move_forwards()

my_van.move_right()

my_van.move_left()

To create a repeat loop

for count in range (n):

use any name for count, and the correct number for n

To print text in the output console: print (‘your text’)

Last updated