F.E. PPS Unit 3 Practical 8 solution
Practical 8: Program that takes a multiline string as input and uses the split() function to separate the words. Problem Statement Write a Python program that takes a multiline string as input and uses the split() function to separate the words. The program should: Accept a multiline string from the user. Split the string into …