blob: be739211d05d889dcf90942da1ed61f4b8376b4f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# coding=utf-8
name = 'Forward 3s'
slug = 'Forward 3s'
description = '''\
<p>Write a program that would make the robot drive straight forward for 3 seconds and stop</p>
'''
hint = {
}
|