Your task for today is to build a simple command-line tool that reads the content of a text file, counts the number of words inside it, and then renames the file by appending the word count to its ...
Mad Libs - Allows a user to respond to prompts and then generates a Mad Lib from the user's answers. - Concepts: - Multiline strings - Getting user input - f-strings ...