aboutsummaryrefslogtreecommitdiff
path: root/lc4.py
diff options
context:
space:
mode:
authorMirek Kratochvil <exa.exa@gmail.com>2021-04-23 17:42:12 +0200
committerMirek Kratochvil <exa.exa@gmail.com>2021-04-23 17:42:12 +0200
commitf977b180c6085665376be5a32b7e73ec0cdf3c50 (patch)
treeaaba80ce21a18add886a849feb5b5603dabc8ad8 /lc4.py
parent199264f582deb7a5f77c61c77a732ccc08171dca (diff)
downloadls47-f977b180c6085665376be5a32b7e73ec0cdf3c50.tar.gz
ls47-f977b180c6085665376be5a32b7e73ec0cdf3c50.tar.bz2
match the card decks with what's written in README
Refs #3
Diffstat (limited to 'lc4.py')
-rw-r--r--lc4.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lc4.py b/lc4.py
index fea2f7a..d9967de 100644
--- a/lc4.py
+++ b/lc4.py
@@ -55,9 +55,9 @@ version = "v2.8.1 (2018-07-24)"
# define alphabet
letters6 = "#_23456789abcdefghijklmnopqrstuvwxyz"
-letters6card = "#abcdefghijklmnopqrstuvwxyz_23456789"
+letters6card = "abcdefghijklmnopqrstuvwxyz_23456789#"
letters7 = "_abcdefghijklmnopqrstuvwxyz.0123456789,-+*/:?!'()"
-letters7card = "0abcdefghijklmnopqrstuvwxyz_.,-+*/:?!'()123456789"
+letters7card = "abcdefghijklmnopqrstuvwxyz_.,-+*/:?!'()1234567890"
def missing_letters(s,t):