diff options
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' |