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

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

description = '''\

'''

hint = {
    
}