Question: Code this in python i need this asap thank you! Nrite a python program that accepts a series of string inputs as desired by he
Code this in python i need this asap thank you!

Nrite a python program that accepts a series of string inputs as desired by he user. The string inputs should be stored in a list. Per string input, the program should count the number of characters each string has and save the character count in a separate list. In the end, the program should display both the content of the strings list and the character count list. Sample Output 1 Enter the number of strings to input: 3 Enter string: The quick Enter string: brown Enter string: fox Displaying contents of the lists: ['The quick', 'bnown', 'fox'] [9,5,3] Sample Output 2 Enter the number of strings to foput: 3 INvALID IMPUT, Please enter a pos1tive or non-zero value. Enter the number of strings to input
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
