Basically I want the code to be able to pick out how many strings there are and then do something with each, or the number. When I say string I mean how many "strings" are in the string "string string string non-string string"
Does that help? Fredrik Lundh wrote: > > Alexnb wrote: > >> Ya just an example, to print the numbers 1-5 > > Sorry, I still don't have the slightest idea what you expect the code to > do. > > </F> > >>>> But I am wondering is there a way to something like this: >>>> >>>> funString = "string string string non-string non-string string" >>>> and >>>> for "string" in funString: >>>> print something >>>> >>>> I know you can't do that; but, is there a way do do something similar >>>> that >>>> gets the same result? > >> >>> you seem to have forgotten to specify the result. or did you mean that >>> the above should print 1-5? > > -- > http://mail.python.org/mailman/listinfo/python-list > > -- View this message in context: http://www.nabble.com/like-a-%22for-loop%22-for-a-string-tp19022098p19022694.html Sent from the Python - python-list mailing list archive at Nabble.com. -- http://mail.python.org/mailman/listinfo/python-list