below we have an example of how to make Smartino move his arms, first you will find how to make movements through Blocly and immediately below there are the Python commands to perform the same action.
robot.left_arm(0)
robot.right_arm(0)
robot.left_arm(-30)
robot.right_arm(+30)
robot.left_arm(+30)
robot.right_arm(-30)