Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Users
    • Groups
    • Solved
    • Unsolved
    • Search
    1. Home
    2. pixelman
    3. Topics
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by pixelman

    • pixelman

      SOLVED change number to count number 1, 2 or 3
      General Discussion • • pixelman  

      2
      0
      Votes
      2
      Posts
      492
      Views

      gferreira

      @pixelman you can add a counter to the inner loop using enumerate: for n, words in enumerate([words1, words2, words3], start=1): if i < len(words): resultWords.append('-'+ str(n) +'-'+ words[i])
    • pixelman

      Combine words from different .txt files to create a new big text
      Tutorials • text • • pixelman  

      3
      0
      Votes
      3
      Posts
      878
      Views

      pixelman

      Hey gferreira, thankx we try to test it out tomorrow… many thanks!