summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/en.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/python/en.py b/python/en.py
new file mode 100644
index 0000000..d3189d9
--- /dev/null
+++ b/python/en.py
@@ -0,0 +1,11 @@
+# coding=utf-8
+
+hint = {
+ 'no_hint': '''\
+<p>No hint available, sorry!</p>
+''',
+
+ 'test_results': '''\
+<p>Your code passed [%=passed%] / [%=total%] tests.</p>
+''',
+}