summaryrefslogtreecommitdiff
path: root/robot/problems/introduction/circle20/en.py
blob: 8210d717795d8cdd5caee7092282b57d4d41a2d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# coding=utf-8
import server
mod = server.problems.load_language('python', 'en')

id = 205
name = 'Circle 20 cm'
slug = 'Circle 20 cm'

description = '''\
'''

hint = {
    
}