summaryrefslogtreecommitdiff
path: root/robot/problems/introduction/gyrosquare/en.py
blob: da53138cc95e6c823d4ccd5b96cd7b5f9605b3fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
import server
mod = server.problems.load_language('python', 'en')

id = 210
name = 'Gyro square'
slug = 'Gyro square'

description = '''\
'''

hint = {
    
}