From fc7d6323fbdb776cfdba3cd58dc14048c39b8078 Mon Sep 17 00:00:00 2001 From: Martin Date: Mon, 28 Sep 2015 14:46:01 +0200 Subject: Fixed errors in top shop problem. --- python/problems/while_and_if/top_shop/en.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 python/problems/while_and_if/top_shop/en.py (limited to 'python/problems/while_and_if/top_shop/en.py') diff --git a/python/problems/while_and_if/top_shop/en.py b/python/problems/while_and_if/top_shop/en.py new file mode 100644 index 0000000..9dc9090 --- /dev/null +++ b/python/problems/while_and_if/top_shop/en.py @@ -0,0 +1,16 @@ +# coding=utf-8 + +id = 198 +name = '(translation missing)' +slug = '(translation missing)' + +description = '''\ +

(translation missing)

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

(translation missing)

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

(translation missing)

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