Skip to content

Instantly share code, notes, and snippets.

@esthercamilo
Created September 11, 2018 20:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save esthercamilo/001ae04d562b3c97a921dbb0d1e701c8 to your computer and use it in GitHub Desktop.
Save esthercamilo/001ae04d562b3c97a921dbb0d1e701c8 to your computer and use it in GitHub Desktop.
import re
p = re.compile('m')
m = re.findall(p,"ammor") #amor com 2 emes
print(m)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment