-1

I do coding using Python I tried to use soundex() in googlecolab by importing fuzzy . But I can not use . Pl. guide

  • 1
    Welcome to SO! Please give an idea, what have you tried so far. What is the specific problem? – Andy A. May 20 '21 at 11:19

1 Answers1

1

You can add !pip install fuzzy before import fuzzy in colab and you should be able to use soundex()

Yeshwanth N
  • 570
  • 4
  • 15