Mega Code Archive

 
Categories / Python / Buildin Function
 

Change string to a list

S = 'spammy' L = list(S) print L