I’m working on my first project! This is so exciting. I can’t wait to share more updates as I build. Write a program that asks a user for some text. Your program should split the string they enter into a list of words. It should then go through the words, one at a time, and gradually update a dictionary that keeps track of each unique word in the list along with its count.
0
Log in to leave a comment