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