diff options
Diffstat (limited to 'python/problems/functions_and_modules/caesar_cipher')
-rw-r--r-- | python/problems/functions_and_modules/caesar_cipher/sl.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/python/problems/functions_and_modules/caesar_cipher/sl.py b/python/problems/functions_and_modules/caesar_cipher/sl.py index ea4d9c8..bedf403 100644 --- a/python/problems/functions_and_modules/caesar_cipher/sl.py +++ b/python/problems/functions_and_modules/caesar_cipher/sl.py @@ -21,11 +21,7 @@ Predpostavite lahko, da niz <code>s</code> vsebuje le male črke angleške besed </pre> </p>''' -plan = ['''\ -<p></p> -''', - '''\ -<p></p>'''] +plan = [] hint = { 'final_hint': ['''\ |