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 106805
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T01:39:16+00:00 2026-05-11T01:39:16+00:00

I want to create variables as a1 , a2 , a3 … a10 .

  • 0

I want to create variables as a1,a2,a3…a10. For that I used a for loop. As the variable in loop increments I need to create a variable as above.

Can anyone give me an idea?

At the time of creation I also need to be able to assign values to them.

That’s where I’m getting syntax error.

  • 1 1 Answer
  • 1 View
  • 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. 2026-05-11T01:39:17+00:00Added an answer on May 11, 2026 at 1:39 am

    Following what S.Lott said, you can also use a dict, if you really nead unique names and that the order of the items is not important:

    data = {} for i in range(0, 10):   data['a%d' % i] = i  >>>data {'a1': 1, 'a0': 0, 'a3': 3, 'a2': 2, 'a5': 5, 'a4': 4, 'a7': 7, 'a6': 6, 'a9': 9, 'a8': 8} 

    I would add that this is very dangerous to automate variable creation like you want to do, as you might overwrite variables that could already exist.

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

Sidebar

Related Questions

I want to create a method that takes two variables timeIn and timeOut and
How can I create global variables that are shared in C? If I put
I'm using Perl, and I want to create variables in loop. So each loop
I want to create a class that has several public variables and methods,but behaves
I have 2 variables: $vatRate and $priceExVat. I want to create another variable named
I have two variables that are LPCWSTR s. I want to create a new
I want to create a string that contains many variables: std::string name1 = Frank;
I want to create an alias of @param for global variables used within a
I want to create two DATETIME variables I can use to check with BETWEEN
EDIT: Simple version of the question: I want to create server variables in the

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.