diff options
Diffstat (limited to 'python/problems/while_and_if/checking_account')
-rw-r--r-- | python/problems/while_and_if/checking_account/sl.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/problems/while_and_if/checking_account/sl.py b/python/problems/while_and_if/checking_account/sl.py index 91a877c..86f973b 100644 --- a/python/problems/while_and_if/checking_account/sl.py +++ b/python/problems/while_and_if/checking_account/sl.py @@ -2,7 +2,6 @@ import server mod = server.problems.load_language('python', 'sl') -id = 200 name = 'Tekoči račun' slug = 'Tekoči račun' |