QUICK DOCS The 'split' method will be helpful here! How ... - Mr. Jagpal

# Asks a user for some text. # Split the string they enter into a list of words. # Track each unique word in the list with count. # print dictionary RUN CODE TEST CASES ASSIGNMENT DOCS GRADE MORE 5 points Status: Unopened Write a program that asks a user for some text. Your program should split the string they enter into a list of words. ................
................