From ba4bee9a9a508eb1a686808241559b331f2d33ea Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 22 Sep 2015 17:28:25 +0200 Subject: Added Greatest Negative problem. --- python/sl.py | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'python/sl.py') diff --git a/python/sl.py b/python/sl.py index e7bbed4..3f97964 100644 --- a/python/sl.py +++ b/python/sl.py @@ -42,6 +42,15 @@ hint = { 'test_results': ['''\

Program je opravil [%=passed%] / [%=total%] testov.

+'''], + + 'problematic_test_case': ['''\ +

Problematični testni primer: [%=testin%]

+

Pravilen rezultat: [%=testout%]

+'''], + + 'no_func_name': ['''\ +

Funkcija z imenom [%=func_name%] ni definirana.

'''], 'syntax_error': ['''\ -- cgit v1.2.1