diff options
Diffstat (limited to 'python/problems/functions')
-rw-r--r-- | python/problems/functions/en.py | 3 | ||||
-rw-r--r-- | python/problems/functions/greatest/en.py | 4 | ||||
-rw-r--r-- | python/problems/functions/greatest_absolutist/en.py | 4 | ||||
-rw-r--r-- | python/problems/functions/greatest_negative/en.py | 4 | ||||
-rw-r--r-- | python/problems/functions/sl.py | 1 |
5 files changed, 10 insertions, 6 deletions
diff --git a/python/problems/functions/en.py b/python/problems/functions/en.py new file mode 100644 index 0000000..3ad7d85 --- /dev/null +++ b/python/problems/functions/en.py @@ -0,0 +1,3 @@ +name = 'Functions' +description = 'Defining and using functions' + diff --git a/python/problems/functions/greatest/en.py b/python/problems/functions/greatest/en.py index 004cd27..8a0c883 100644 --- a/python/problems/functions/greatest/en.py +++ b/python/problems/functions/greatest/en.py @@ -1,8 +1,8 @@ # coding=utf-8 id = 195 -name = '(translation missing)' -slug = '(translation missing)' +name = 'Maximum number' +slug = 'Maximum number' description = '''\ <p>(translation missing)</p>''' diff --git a/python/problems/functions/greatest_absolutist/en.py b/python/problems/functions/greatest_absolutist/en.py index 8058c4f..03614e7 100644 --- a/python/problems/functions/greatest_absolutist/en.py +++ b/python/problems/functions/greatest_absolutist/en.py @@ -1,8 +1,8 @@ # coding=utf-8 id = 196 -name = '(translation missing)' -slug = '(translation missing)' +name = 'Greatest absolutist' +slug = 'Greatest absolutist' description = '''\ <p>(translation missing)</p>''' diff --git a/python/problems/functions/greatest_negative/en.py b/python/problems/functions/greatest_negative/en.py index 92e5841..a57cb1f 100644 --- a/python/problems/functions/greatest_negative/en.py +++ b/python/problems/functions/greatest_negative/en.py @@ -1,8 +1,8 @@ # coding=utf-8 id = 197 -name = '(translation missing)' -slug = '(translation missing)' +name = 'Greatest negativist' +slug = 'Greatest negativist' description = '''\ <p>(translation missing)</p>''' diff --git a/python/problems/functions/sl.py b/python/problems/functions/sl.py index 6dbfc78..e5f812d 100644 --- a/python/problems/functions/sl.py +++ b/python/problems/functions/sl.py @@ -1,2 +1,3 @@ name = 'Funkcije' +description = 'Pisanje in uporaba funkcij' |