summaryrefslogtreecommitdiff
path: root/python/problems/hw-fkkt/hw1/sl.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/problems/hw-fkkt/hw1/sl.py')
-rw-r--r--python/problems/hw-fkkt/hw1/sl.py23
1 files changed, 23 insertions, 0 deletions
diff --git a/python/problems/hw-fkkt/hw1/sl.py b/python/problems/hw-fkkt/hw1/sl.py
new file mode 100644
index 0000000..f7115f6
--- /dev/null
+++ b/python/problems/hw-fkkt/hw1/sl.py
@@ -0,0 +1,23 @@
+import server
+mod = server.problems.load_language('python', 'sl')
+
+name = 'Prva domača naloga'
+slug = 'Prva domača naloga'
+
+description = '''\
+<p>Navodila so objavljena na <a href="https://ucilnica.fri.uni-lj.si/course/view.php?id=239" target="_blank">spletni učilnici</a>.</p>'''
+
+
+plan = []
+
+hint = {
+ 'no_hints' : [
+ "<p>Domače naloge ne vsebujejo namigov!</p>"
+ ],
+
+
+ 'final_hint' : [
+ '''\
+<p>Odlično, program deluje na vseh testih!</p>
+''']
+}