diff options
author | Aleš Smodiš <aless@guru.si> | 2015-08-18 16:34:34 +0200 |
---|---|---|
committer | Aleš Smodiš <aless@guru.si> | 2015-08-18 16:34:34 +0200 |
commit | 940c518093003a4442aca39762101587330c9f6e (patch) | |
tree | f60962ed2ad12b96db8efebdc13d45b8a20857b5 /prolog/problems/lists/shiftleft_2 | |
parent | 95e2fe57f6e4639f6ae9f1fef368829d5090dbf6 (diff) |
Added the coding line to python files.
Diffstat (limited to 'prolog/problems/lists/shiftleft_2')
-rw-r--r-- | prolog/problems/lists/shiftleft_2/common.py | 2 | ||||
-rw-r--r-- | prolog/problems/lists/shiftleft_2/en.py | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/prolog/problems/lists/shiftleft_2/common.py b/prolog/problems/lists/shiftleft_2/common.py index a8d56a7..f8e09f2 100644 --- a/prolog/problems/lists/shiftleft_2/common.py +++ b/prolog/problems/lists/shiftleft_2/common.py @@ -1,3 +1,5 @@ +# coding=utf-8 + id = 113 group = 'lists' number = 20 diff --git a/prolog/problems/lists/shiftleft_2/en.py b/prolog/problems/lists/shiftleft_2/en.py index 0f4b807..72d55e5 100644 --- a/prolog/problems/lists/shiftleft_2/en.py +++ b/prolog/problems/lists/shiftleft_2/en.py @@ -1,3 +1,5 @@ +# coding=utf-8 + id = 113 name = 'shiftleft/2' slug = 'shift a list left' |