diff options
author | Martin <martin@leo.fri1.uni-lj.si> | 2015-09-24 13:18:23 +0200 |
---|---|---|
committer | Martin <martin@leo.fri1.uni-lj.si> | 2015-09-24 13:18:23 +0200 |
commit | 93c4b0f9b87d4f251096ad0f94302048d92a9764 (patch) | |
tree | ba5c3a1bf9052627e457ba223a2f1543901de6f8 /python/problems/introduction/fast_fingers | |
parent | 898789199e6af91dfa900650c22df6d26f7e635f (diff) |
Corrected and added some hints to fast fingers.
Diffstat (limited to 'python/problems/introduction/fast_fingers')
-rw-r--r-- | python/problems/introduction/fast_fingers/sl.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/python/problems/introduction/fast_fingers/sl.py b/python/problems/introduction/fast_fingers/sl.py index c4ae035..cab1f50 100644 --- a/python/problems/introduction/fast_fingers/sl.py +++ b/python/problems/introduction/fast_fingers/sl.py @@ -57,8 +57,11 @@ po klicu funkcije input:</p> hint = { 'time': time, + 'time_diff': time_diff, - 'printing:': '''<p>Izpiši rezultat!</p>''', + + 'printing': '''<p>Izpiši vpisani rezultat!</p>''', + 'name_error' : [mod.general_msg['error_head'], mod.general_msg['general_exception'], mod.general_msg['name_error'], ''' <p>Verjetno uporabljate spremenljivko, ki nima vrednosti. Ali v izrazu za izračun |