I am new to Python and i have a problem of converting the strings of words into a list of word and my string will be downward like this.
- Hello 1 
- Hello 2 
- Hello 3 
I want to convert to a list example: List=['Hello 1','Hello 2','Hello 3'] List[0]='Hello 1' ... How to do this? any help will appreciate.
 
     
    