# coding=utf-8 import server mod = server.problems.load_language('python', 'sl') id = 201 name = 'Consumers Anonymous' slug = 'Consumers Anonymous' description = '''\

(translation missing)

''' main_plan = ['''\ '''] while_condition = ['''\ '''] while_clause = ['''\ ''' ] plan = [main_plan, while_condition] hint = { 'while_clause': while_clause, 'while_condition': while_condition, 'printing': ['''\ '''], 'nonumber': ['''

'''], 'summation': ['''

'''], 'counting': ['''

'''], 'name_error' : [mod.general_msg['error_head'], mod.general_msg['general_exception'], mod.general_msg['name_error'], '''\ '''], 'problematic_test_case': ['''\ '''], 'final_hint': ['''\ '''], 'eof_error':[mod.general_msg['eof_error'], '''\ '''] }