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

  • Home
  • SEARCH
  • 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 6090049
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T12:10:09+00:00 2026-05-23T12:10:09+00:00

problem: when you use construction for a in _list_: print a it prints every

  • 0

problem:
when you use construction

for a in _list_:
    print a

it prints every item in array. But you can’t alter array. Is it possible to alter value of array (something like a=123, but that ain’t working)
I know it’s possible (for example in while loop), but I want to do it this way (more elegant)

In PHP it would be like

foreach ($array as &$value) {
    $value = 123;
}

(because of & sign, is passed as reference)

  • 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-23T12:10:09+00:00Added an answer on May 23, 2026 at 12:10 pm
    for idx, a in enumerate(foo):
        foo[idx] = a + 42
    

    Note though, that if you’re doing this, you probably should look into list comprehensions (or map), unless you really want to mutate in place (just don’t insert or remove items from iterated-on list).

    The same loop written as a list comprehension looks like:

    foo = [a + 42 for a in foo]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to use inheritance in JavaScript here, and I found problem having array
i have problem use link_to_remote link_to_remote document example say link_to_remote Delete this post, :update
The Problem I use a tool at work that lets me do queries and
The problem: We use a program written by our biggest customer to receive orders,
I have found a problem with use JQuery timeout, i have a page with
Okay, so here's my problem: We use FOP for creating pretty report output. We
Is it a problem if you use the global keyword on variables you don't
I have quite a problem concerning the use of relational database concepts in Delphi
I am having a problem trying to use the prependTo() function in jQuery... for
Problem: to see when computer makes approximation in mathematical calculations when I use Python

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.