Chalarangelo / 30-seconds-of-python

Short Python code snippets for all your development needs
https://www.30secondsofcode.org/python/p/1
Creative Commons Attribution 4.0 International
8.83k stars 1.26k forks source link

word_count.py file added #456

Closed ashish-patwal closed 3 years ago

ashish-patwal commented 3 years ago

A small snippet that counts the total occurence of a given word in a given string .