# coding=utf-8 name = 'Python' description = 'Introductory Python course.' hint = { 'no_hint': '''\
No hint available, sorry!
''', 'test_results': '''\Your code passed [%=passed%] / [%=total%] tests.
''', 'syntax_error': '''\Your code contains a syntax error in line [%=lineno%]:
[%=message%]''', }