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