Imagine you solved a task and sent it to the checker function.
What happens inside of it, arrange lines in the correct order.
Imagine you solved a task and sent it to the checker function.
What happens inside of it, arrange lines in the correct order.
return created_topic
logger.info('Sending error notification to student')
try:
check_response = check_task()
finally:
logger.error('There was a critical error in the task')
logger.error('There was a non-critical formatting error in the task')
except CustomFormatingException:
return communication_module.send_error_notification()
def check_task_method():
except CustomCriticalException:
Create a free account to access the full topic