From e63627ad942a7d2c9eebb86f15c96191e7408eb8 Mon Sep 17 00:00:00 2001 From: Martin Date: Mon, 5 Oct 2015 11:57:31 +0200 Subject: Added problem "counting". Some other small text corrections. --- python/problems/lists_and_for/counting/en.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 python/problems/lists_and_for/counting/en.py (limited to 'python/problems/lists_and_for/counting/en.py') diff --git a/python/problems/lists_and_for/counting/en.py b/python/problems/lists_and_for/counting/en.py new file mode 100644 index 0000000..805b37c --- /dev/null +++ b/python/problems/lists_and_for/counting/en.py @@ -0,0 +1,16 @@ +# coding=utf-8 + +id = 193 +name = 'Contains 42' +slug = 'Contains 42' + +description = '''\ +

(translation missing)

''' + +hint = { + 'plan': '''\ +

(translation missing)

''', + + 'no_input_call': '''\ +

(translation missing)

''', +} -- cgit v1.2.1