Mega Code Archive

 
Categories / Python / String
 

Step through String Items

myjob = "hacker" for c in myjob: print c,       # step though items