summaryrefslogtreecommitdiff
path: root/robot/problems/introduction/circle20/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/circle20/en.py
parent0a88716110994f789f764704a96791fdfb5fa288 (diff)
Uvodne vaje za robotiko
Diffstat (limited to 'robot/problems/introduction/circle20/en.py')
-rw-r--r--robot/problems/introduction/circle20/en.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/robot/problems/introduction/circle20/en.py b/robot/problems/introduction/circle20/en.py
new file mode 100644
index 0000000..8210d71
--- /dev/null
+++ b/robot/problems/introduction/circle20/en.py
@@ -0,0 +1,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 = {
+
+}