1 2 3 4 5 6 7 8 9 10 11
# coding=utf-8 hint = { 'no_hint': '''\ <p>No hint available, sorry!</p> ''', 'test_results': '''\ <p>Your code passed [%=passed%] / [%=total%] tests.</p> ''', }