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

id = 211
name = 'Color detection'
slug = 'Color detection'

description = '''\

'''

hint = {
    
}