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