Create a Python script wordcount.py that takes a path argument, reads the file, and prints the 5 most common words with their counts. Then create a small sample.txt with two paragraphs of any text, and run python3 wordcount.py sample.txt to demonstrate it works.