mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
you wouldn't believe me if I told you
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
"""Find solutions to alphametic equations.
|
||||
'''Find solutions to alphametic equations.
|
||||
|
||||
>>> alphametics.solve('SEND + MORE == MONEY')
|
||||
'9567 + 1085 == 10652'
|
||||
"""
|
||||
'''
|
||||
|
||||
import re
|
||||
import itertools
|
||||
|
||||
Reference in New Issue
Block a user