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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T06:06:36+00:00 2026-05-30T06:06:36+00:00

While going through the exercises, I came across something that, even after research, I

  • 0

While going through the exercises, I came across something that, even after research, I simply cannot grasp.

Here’s the specific bit of code:

def print_all(f):
    print f.read()

For the whole script: http://learnpythonthehardway.org/book/ex20.html

What’s really, really confusing me is the (f) part.
Where does that f come from? What’s its purpose?

Oh well, thanks in advance!

  • 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-30T06:06:38+00:00Added an answer on May 30, 2026 at 6:06 am

    f is an argument to the function, it is expected to be a file like object and is constructed with an open call in the example provided.

    script, input_file = argv
    #...
    current_file = open(input_file) 
    #...
    #here, the body of current_file is executed, 
    #with f replaced by the value of current_file
    print_all(current_file)
    

    where argv (provided by the sys module) is the list of strings provided on the commandline e.g. ["ex20.py", "test.txt"]

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

Sidebar

Related Questions

While going through a Zend tutorial , I came across the following statement: Note
while going through some of the mili source code I came across a struct
While going through some C code having inline assembly I came across the .byte
While going through the code of an application, i came across the putpwent() function
While going through one project, I have seen that the memory data is 8
After going through Marshall code snippet Got the Idea that marshalling is used to
I am new in PHP world. While going through couple of functions i came
I found a lot of Optimization Options here While going through them I found
While going through one of our own projects, that other developer used rand() to
While going through features of .NET framework 4.5, I found that it supports RFC-compliant

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.