santit96's picture
Fix code style with black and isort
c412087
raw
history blame contribute delete
87 Bytes
WORDLE_CHARS = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
WORDLE_N = 5
REWARD = 10
CHAR_REWARD = 0.1