From 0d45ae47238808ac4659a81c7dc94aba88c810f5 Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 22 Sep 2015 10:37:24 +0200 Subject: Added first two problems of Lists and For section. --- python/problems/lists_and_for/contains_42/en.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 python/problems/lists_and_for/contains_42/en.py (limited to 'python/problems/lists_and_for/contains_42/en.py') diff --git a/python/problems/lists_and_for/contains_42/en.py b/python/problems/lists_and_for/contains_42/en.py new file mode 100644 index 0000000..878e4ca --- /dev/null +++ b/python/problems/lists_and_for/contains_42/en.py @@ -0,0 +1,16 @@ +# coding=utf-8 + +id = 193 +name = '(translation missing)' +slug = '(translation missing)' + +description = '''\ +

(translation missing)

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

(translation missing)

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

(translation missing)

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