0
How to solve the ball park orders code
2 Antworten
+ 5
Learn a programming Language to solve
0
You give very unspecific info on your issue. I suppose your obstacle is to deal with one single string instead of a list of items.
If so, do your research (here in Sololearn and on the web) and find out how to convert a string that contains words separated by spaces into a list separated by commas that you can iterate.