summaryrefslogtreecommitdiff
path: root/python/problems/hw-fkkt/hw2/sl.py
diff options
context:
space:
mode:
authorMatevž Poberžnik <tevzpoberznik@gmail.com>2017-10-27 14:27:32 +0200
committerMatevž Poberžnik <tevzpoberznik@gmail.com>2017-10-27 14:27:32 +0200
commitd224a2d6a215264e6ca5854d07461311bda773c1 (patch)
treef533d0b72122346d55d91728ad7e6924060bdfe4 /python/problems/hw-fkkt/hw2/sl.py
parent665a87cf4b20aa577eebc7b686b662bc856a331f (diff)
HW 2 - FKKT
Diffstat (limited to 'python/problems/hw-fkkt/hw2/sl.py')
-rw-r--r--python/problems/hw-fkkt/hw2/sl.py23
1 files changed, 23 insertions, 0 deletions
diff --git a/python/problems/hw-fkkt/hw2/sl.py b/python/problems/hw-fkkt/hw2/sl.py
new file mode 100644
index 0000000..b481554
--- /dev/null
+++ b/python/problems/hw-fkkt/hw2/sl.py
@@ -0,0 +1,23 @@
+import server
+mod = server.problems.load_language('python', 'sl')
+
+name = 'Druga domača naloga'
+slug = 'Druga 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>
+''']
+}