0

How would I convert this back into a list?

myList = ["Hello", "World"]
stringList = str(myList)

ConvertBackToList(stringList)
jonrsharpe
  • 99,167
  • 19
  • 183
  • 334
  • 1
    What language? If [tag:python], see https://stackoverflow.com/q/1894269/3001761. And Please Don't Write Everything In Title Case. – jonrsharpe Jun 03 '20 at 17:06
  • 1
    Does this answer your question? [How to convert string representation of list to a list?](https://stackoverflow.com/questions/1894269/how-to-convert-string-representation-of-list-to-a-list) – somil Jun 03 '20 at 17:09

0 Answers0