Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: help with While method
Post: RE: help with While method

oops.. that was posted before he replied, stating that the example i gave was confusing... i didnt know how to delete and reply, I apologize for it seeming to be a response to his as it was a response...
brawdhampshire General Coding Help 5 4,260 Dec-02-2017, 03:54 AM
    Thread: help with While method
Post: RE: help with While method

THE EXAMPLE IS CONFUSING, THATS JUST HOW THE PRACTICE TASK WAS WRITTEN... IT SAYS TO USE THE .FIND FUNCTION WITH A WHILE LOOP TO ITERATE THRU THE QUOTE AND PRINT EACH WORD IN THE STRING ON SEPARATE LI...
brawdhampshire General Coding Help 5 4,260 Dec-01-2017, 06:41 PM
    Thread: help with While method
Post: help with While method

EXAMPLE AS FOLLOWS: Program: print each word in a quote... start = 0 space_index = quote.find(" ") while space_index != -1: # code to print word (index slice start:space_index) #Output should look ...
brawdhampshire General Coding Help 5 4,260 Dec-01-2017, 06:32 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020