Change string to a list : List : Buildin Function PYTHON examples


PYTHON examples » Buildin Function » List »

 

Change string to a list


Change string to a list

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


           
       



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON examples

 Navioo Buildin Function
» List