0

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"]
Jan
  • 42,290
  • 8
  • 54
  • 79
BobEk
  • 21
  • 4

0 Answers0