From 1a7678b37a25a76aeaef7ebb225f85406b19f928 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=BDabkar?= Date: Mon, 12 Oct 2015 14:16:14 +0200 Subject: malenkosti... --- robot/problems/introduction/forward/en.py | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) (limited to 'robot/problems/introduction/forward/en.py') diff --git a/robot/problems/introduction/forward/en.py b/robot/problems/introduction/forward/en.py index d943867..f8e1730 100644 --- a/robot/problems/introduction/forward/en.py +++ b/robot/problems/introduction/forward/en.py @@ -1,24 +1,15 @@ # coding=utf-8 +import server +mod = server.problems.load_language('python', 'en') id = 202 -name = 'Forward' -slug = 'Forward' +name = 'Forward 3s' +slug = 'Forward 3s' description = '''\ -

Robot should drive forward in a straight line and stop after three -seconds.

+

Write a program that would make the robot drive straight forward for 3 seconds and stop

''' -plan = [] - hint = { - 'ev3dev': '''\ -

To work with the robot you should import the ev3dev module: -from ev3dev import *.

-''', - - 'mindWidgets': '''\ -

To work with the robot you should import the mindstorms_widgets module: -from mindstorms_widgets import mindstorms_widgets.

-''', + } -- cgit v1.2.1