From a1822f825d3ddfc7c8ece0b029604d3def8d6ecb Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 29 Sep 2015 11:08:27 +0200 Subject: Added english descriptions. --- python/problems/introduction/en.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python/problems/introduction/en.py (limited to 'python/problems/introduction/en.py') diff --git a/python/problems/introduction/en.py b/python/problems/introduction/en.py new file mode 100644 index 0000000..c5b8415 --- /dev/null +++ b/python/problems/introduction/en.py @@ -0,0 +1,3 @@ +name = 'Introduction' +description = 'Expressions, variables, functions, first program' + -- cgit v1.2.1