from myro import * init("/dev/rfcomm1") i = 0 while (i < 5): turnRight(0.8, 0.25) #i = i + 1 print "i is", i print "All finished!"