def Convert(string):
    list1=[]
    list1[:0]=string
    return list1