# this is M1.py
from  motorm import turn
turn( 0.3, 0.3,0.3);   turn(0,0,1.1);
turn(-0.3,-0.3,0.3);   turn(0,0,1.1);
turn( 0.0, 0.6,0.3);   turn(0,0,1.1);
turn( 0.6, 0.0,0.3);   turn(0,0,1.1);
