chaîne à énumérer séparée par Space Python

string = "a surprise to be sure but a welcome one"
my_list = string.split(" ")
intricate_symbol