Split by : Split : String PYTHON TUTORIALS


PYTHON TUTORIALS » String » Split »

 

Split by


entry =  "Name:James:Occupation:Software Engineer"

print entry.split(':')



Leave a Comment / Note


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


PYTHON TUTORIALS

 Navioo String
» Split