Hey everybody im a real newbee at python and im just wondering how to split a string of words into pieces and print on separate lines for example:
" sun is shining"
to:
sun
is
shining
i know this might be a simple task for a lot of people but i would appreciate any help that i can get. THANX
//OBOL