# coding=utf-8 id = 202 name = 'Forward' slug = 'Forward' description = '''\
Robot should drive forward in a straight line and stop after three seconds.
''' plan = [] hint = { 'ev3dev': '''\To work with the robot you should import the ev3dev module:
from ev3dev import *
.
To work with the robot you should import the mindstorms_widgets module:
from mindstorms_widgets import mindstorms_widgets
.