From 5a94ba8871a690aa4187eae30b508237cfa64538 Mon Sep 17 00:00:00 2001 From: Martin Date: Thu, 24 Sep 2015 14:59:32 +0200 Subject: Added sl.py files to groups. --- python/problems/functions/sl.py | 2 ++ python/problems/introduction/sl.py | 3 +++ python/problems/lists_and_for/sl.py | 1 + python/problems/while_and_if/sl.py | 1 + 4 files changed, 7 insertions(+) create mode 100644 python/problems/functions/sl.py create mode 100644 python/problems/introduction/sl.py create mode 100644 python/problems/lists_and_for/sl.py create mode 100644 python/problems/while_and_if/sl.py (limited to 'python') diff --git a/python/problems/functions/sl.py b/python/problems/functions/sl.py new file mode 100644 index 0000000..6dbfc78 --- /dev/null +++ b/python/problems/functions/sl.py @@ -0,0 +1,2 @@ +name = 'Funkcije' + diff --git a/python/problems/introduction/sl.py b/python/problems/introduction/sl.py new file mode 100644 index 0000000..8892f77 --- /dev/null +++ b/python/problems/introduction/sl.py @@ -0,0 +1,3 @@ +name = 'Uvod' + + diff --git a/python/problems/lists_and_for/sl.py b/python/problems/lists_and_for/sl.py new file mode 100644 index 0000000..177f67a --- /dev/null +++ b/python/problems/lists_and_for/sl.py @@ -0,0 +1 @@ +name = 'Seznami, terke, zanka for' diff --git a/python/problems/while_and_if/sl.py b/python/problems/while_and_if/sl.py new file mode 100644 index 0000000..8793998 --- /dev/null +++ b/python/problems/while_and_if/sl.py @@ -0,0 +1 @@ +name = 'Pogojni stavki in zanka while' -- cgit v1.2.1