0

does chaquopy support

from difflib import SequenceMatcher

or pip will be install first and what pip will be used to use the SequenceMatcher

mir shahab
  • 45
  • 7

1 Answers1

1

difflib is part of the standard library, so there's no need to install it with pip.

mhsmith
  • 6,675
  • 3
  • 41
  • 58