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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T07:02:50+00:00 2026-06-15T07:02:50+00:00

I have integer data as follows in a .txt file. 600 17 3488541 601

  • 0

I have integer data as follows in a .txt file.

600  17  3488541
601  21  6523232
602  18  6565444
603  23  6655656

It goes on like that. The file is pretty huge. In a specific program I need to get each of the values in a line into an integer variable and use it and then the values in the next line and so on.

I have gone through a lots of tutorials but nothing explains how to do my purpose.

To be specific, here is what I need exactly. I have three variables, say a, b and c.
All these 3 variables are initialized in a while-loop. In the first execution of the while loop the values must be:

a=600
b=17
c=3488541

In the second execution it has to be:

a=601
b=21
c=6523232

…and so on. How can I do it? I am a beginner in Python. The working platform is Linux.

  • 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-06-15T07:02:51+00:00Added an answer on June 15, 2026 at 7:02 am
    with open('file.txt') as f:
       for line in f:
          a, b, c = map(int, line.split())
          ...
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a stack which contains some integer data. I want to find out
I have this code for BinaryTree creation and traversal class Node { Integer data;
I have an XSLT transform issue: style=width:{Data/PercentSpaceUsed}%; And the value of Data/PercentSpaceUsed is integer
I have postgresql (in perlu) function getTravelTime(integer, timestamp), which tries to select data for
Guys, I have a data structure which has 25 distinct keys (integer) and a
Python and Matlab quite often have integer date representations as follows: 733828.0 733829.0 733832.0
I am in learning of C#. Now I have a text file as follows(it
I have a data set in R as follows ID Variable1 Variable2 Choice 1
I have two tables as follows: CREATE List ( id INTEGER, type INTEGER REFERENCES
Hi I have a series of subroutines as follows: DataCollection() : Collects data from

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.