Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: For loop within a for loop
Post: RE: For loop within a for loop

(Feb-04-2017, 04:13 PM)ichabod801 Wrote: BTW, the pass statement does nothing. So you might as well take it out.Hmm, must be a relic of when I was first putting the example together. Thanks, I got ...
tre Homework 4 4,623 Feb-04-2017, 10:45 PM
    Thread: For loop within a for loop
Post: RE: For loop within a for loop

Just to clarify, I put this in the homework section because the lesson I'm following seems to be using tuples for something I don't think you would use tuples for when actually designing something and...
tre Homework 4 4,623 Feb-04-2017, 03:20 PM
    Thread: For loop within a for loop
Post: For loop within a for loop

Python 2.7.10 I can't seem to figure out the way to do this.  Here is the code something = "go dumb cat" words = something.split() word_one = ('noun', 'cat') word_two = ('verb', 'go') sentence = [wo...
tre Homework 4 4,623 Feb-04-2017, 05:21 AM

User Panel Messages

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