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