summaryrefslogtreecommitdiff
path: root/robot/problems/introduction/forward/en.py~
blob: 4337ac5a422cf928fb83f5669fb4d01761da6346 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# coding=utf-8
import server
mod = server.problems.load_language('python', 'en')

<<<<<<< HEAD
id = 202
name = 'Forward 3s'
slug = 'Forward 3s'
=======
name = 'Forward'
slug = 'Forward'
>>>>>>> 5a01c2bb184152c6ccc3c536e9b857d247bc55ad

description = '''\
<p>Write a program that would make the robot drive straight forward for 3 seconds and stop</p>
'''

hint = {
    
}