文字列を1文字ずつ分割【python】

文字列を1文字ずつ分割しリストに格納する

string="abcd"
list(string)