Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 189 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 189 Bytes

String-Mixing

Uses Edit Distance to find the "in-between" string of two inputs

example

out = gen2.mix('cat','gato') 
for el in out :
    print(el) #out = ['cato','gat']