Skip to content

Commit

Permalink
PCC01 francoisnoel62
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisnoel62 committed Jun 4, 2019
1 parent 5fabee5 commit ef87069
Show file tree
Hide file tree
Showing 4 changed files with 235,946 additions and 0 deletions.
6 changes: 6 additions & 0 deletions 01/francoisnoel62/data.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
DICTIONARY = 'dictionary.txt'

scrabble_scores = [(1, "E A O I N R T L S U"), (2, "D G"), (3, "B C M P"),
(4, "F H V W Y"), (5, "K"), (8, "J X"), (10, "Q Z")]
LETTER_SCORES = {letter: score for score, letters in scrabble_scores
for letter in letters.split()}
Loading

0 comments on commit ef87069

Please sign in to comment.