diff options
author | Martin <martin@leo.fri1.uni-lj.si> | 2015-09-24 14:59:32 +0200 |
---|---|---|
committer | Martin <martin@leo.fri1.uni-lj.si> | 2015-09-24 14:59:32 +0200 |
commit | 5a94ba8871a690aa4187eae30b508237cfa64538 (patch) | |
tree | d716ca5fa13576c659cd650867631a3a15b79fd3 /python/problems | |
parent | 4adc255e741171646d9f2ae6d3c058fc4e1456c3 (diff) |
Added sl.py files to groups.
Diffstat (limited to 'python/problems')
-rw-r--r-- | python/problems/functions/sl.py | 2 | ||||
-rw-r--r-- | python/problems/introduction/sl.py | 3 | ||||
-rw-r--r-- | python/problems/lists_and_for/sl.py | 1 | ||||
-rw-r--r-- | python/problems/while_and_if/sl.py | 1 |
4 files changed, 7 insertions, 0 deletions
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' |