Practice exercise to build a simplified version of the Unix wc command using Python.Tasks include reading content from files/stdin, counting lines, words, and bytes, handling Unicode, and implementing command-line arguments.Utilizes Python standard library modules like pathlib and argparse.Provides detailed instructions, examples, automated feedback, and support for learners.