Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 360451
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T12:29:25+00:00 2026-05-12T12:29:25+00:00

I want to create a loop who has this sense: for i in xrange(0,10):

  • 0

I want to create a loop who has this sense:

for i in xrange(0,10):
for k in xrange(0,10):
     z=k+i
     print z

where the output should be

0
2
4
6
8
10
12
14
16
18
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T12:29:25+00:00Added an answer on May 12, 2026 at 12:29 pm

    You can use zip to turn multiple lists (or iterables) into pairwise* tuples:

    >>> for a,b in zip(xrange(10), xrange(10)):
    ...     print a+b
    ... 
    0
    2
    4
    6
    8
    10
    12
    14
    16
    18
    

    But zip will not scale as well as izip (that sth mentioned) on larger sets. zip‘s advantage is that it is a built-in and you don’t have to import itertools — and whether that is actually an advantage is subjective.

    *Not just pairwise, but n-wise. The tuples’ length will be the same as the number of iterables you pass in to zip.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to create this loop <li class=royalSlide> <div class=celebFixSlider> <a href=><img src= /></a>
I want to create a loop that will iterate over several strings, but unable
in my python code i want to create a list of lists...in a loop
I want to use nokogiri to loop through a html and create an object
i want create Dynamic Slideshow in Jquery i'm Write this code var ctx =
I want to create a loop so I can walk thru all the CSS
I want to create uibuttons dynamically. so i for loop to create button with
I have List of Checkboxes which i want to create using FOR LOOP .
I want to create a game something like Who wants to be millionaire?, where
I'm joining 4 tables and want to create a while loop that spits out

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.