diff --git a/lib/__pycache__/input.cpython-38.pyc b/lib/__pycache__/input.cpython-38.pyc index 599bc6f..c8aabb7 100644 Binary files a/lib/__pycache__/input.cpython-38.pyc and b/lib/__pycache__/input.cpython-38.pyc differ diff --git a/lib/__pycache__/vars.cpython-38.pyc b/lib/__pycache__/vars.cpython-38.pyc index 12b3f1a..a40c1d8 100644 Binary files a/lib/__pycache__/vars.cpython-38.pyc and b/lib/__pycache__/vars.cpython-38.pyc differ diff --git a/lib/vars.py b/lib/vars.py index 0739f7f..5133eaa 100644 --- a/lib/vars.py +++ b/lib/vars.py @@ -1,7 +1,5 @@ -eng_alphabet = ["a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z"] - -swe_alphabet = ["a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "å", "ä", "ö"] - +eng_alphabet = *"abcdefghijklmnopqrstuvwxyz", +swe_alphabet = *"abcdefghijklmnopqrstuvwxyzåäö", # Definitions alphabet = dict()