Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created October 1, 2019 15:45
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 parzibyte/92f977fe11b71d7c1e381cce398cb504 to your computer and use it in GitHub Desktop.
Save parzibyte/92f977fe11b71d7c1e381cce398cb504 to your computer and use it in GitHub Desktop.
#https://parzibyte.me/blog
cita = "What one programmer can do in one month, two programmers can do in two months."
ocurrencias = cita.count("can")
print(ocurrencias)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment