diff options
Diffstat (limited to 'python/problems/while_and_if/competition')
-rw-r--r-- | python/problems/while_and_if/competition/common.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/problems/while_and_if/competition/common.py b/python/problems/while_and_if/competition/common.py index fff96ed..8d2c098 100644 --- a/python/problems/while_and_if/competition/common.py +++ b/python/problems/while_and_if/competition/common.py @@ -5,7 +5,6 @@ from python.util import has_token_sequence, string_almost_equal, \ from server.hints import Hint id = 192 -group = 'while_and_if' number = 2 visible = True |