This is quite a simple task but I'm not sure how to do it correctly and efficiently.
What I want is the user to enter some strings and to convert those str into values of a list
Example:
input:
"Banana Apple Car dog"
output:
["Banana", "Apple", "Car", "dog"]