summaryrefslogtreecommitdiff
path: root/robot/problems/introduction/printcolors/en.py
diff options
context:
space:
mode:
authorJure Žabkar <jure.zabkar@fri.uni-lj.si>2015-10-13 12:24:41 +0200
committerJure Žabkar <jure.zabkar@fri.uni-lj.si>2015-10-13 12:24:41 +0200
commit1e5d42ba53ea0c631dbc6f21887839c91571ebca (patch)
treeb6893cba081afc1badcf5864be68333ecf0ef82c /robot/problems/introduction/printcolors/en.py
parent0a88716110994f789f764704a96791fdfb5fa288 (diff)
Uvodne vaje za robotiko
Diffstat (limited to 'robot/problems/introduction/printcolors/en.py')
-rw-r--r--robot/problems/introduction/printcolors/en.py15
1 files changed, 15 insertions, 0 deletions
diff --git a/robot/problems/introduction/printcolors/en.py b/robot/problems/introduction/printcolors/en.py
new file mode 100644
index 0000000..bb57c9a
--- /dev/null
+++ b/robot/problems/introduction/printcolors/en.py
@@ -0,0 +1,15 @@
+# coding=utf-8
+import server
+mod = server.problems.load_language('python', 'en')
+
+id = 211
+name = 'Color detection'
+slug = 'Color detection'
+
+description = '''\
+
+'''
+
+hint = {
+
+}