diff options
Diffstat (limited to 'python/problems/functions_and_modules/caesar_cipher')
-rw-r--r-- | python/problems/functions_and_modules/caesar_cipher/common.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/problems/functions_and_modules/caesar_cipher/common.py b/python/problems/functions_and_modules/caesar_cipher/common.py index 3c53369..497ce34 100644 --- a/python/problems/functions_and_modules/caesar_cipher/common.py +++ b/python/problems/functions_and_modules/caesar_cipher/common.py @@ -6,7 +6,6 @@ from python.util import has_token_sequence, string_almost_equal, \ from server.hints import Hint id = 243 -group = 'functions_and_modules' number = 9 visible = True |