Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #66450 > unrolled thread

Quick Help

Started bykjakupak@gmail.com
First post2014-02-15 07:27 -0800
Last post2014-02-16 09:41 +1100
Articles 3 — 3 participants

Back to article view | Back to comp.lang.python


Contents

  Quick Help kjakupak@gmail.com - 2014-02-15 07:27 -0800
    Re: Quick Help Gary Herron <gary.herron@islandtraining.com> - 2014-02-15 08:41 -0800
    Re: Quick Help Cameron Simpson <cs@zip.com.au> - 2014-02-16 09:41 +1100

#66450 — Quick Help

Fromkjakupak@gmail.com
Date2014-02-15 07:27 -0800
SubjectQuick Help
Message-ID<7eefdfb9-527c-4712-a111-4ea662051f43@googlegroups.com>
Just need a bit of help understanding this so I can actually start it. 

The input to a program will come from a file called "asdf.in". This file will have all the info needed for the course. The formatting of the input file is described as follows, with <bs> denoting # of white spaces and <n bs> denoting n white spaces.

Title<bs>:<bs><number>
Title<bs>:<bs><info>
etc..

Is it asking me to make an input file with all of that info (like it is above), or to have an info file actually filled with all that information filled out? Because I then need to have the program be able to output info in certain formats that come from that input file.

[toc] | [next] | [standalone]


#66455

FromGary Herron <gary.herron@islandtraining.com>
Date2014-02-15 08:41 -0800
Message-ID<mailman.7007.1392483103.18130.python-list@python.org>
In reply to#66450
On 02/15/2014 07:27 AM, kjakupak@gmail.com wrote:
> Just need a bit of help understanding this so I can actually start it.
>
> The input to a program will come from a file called "asdf.in". This file will have all the info needed for the course. The formatting of the input file is described as follows, with <bs> denoting # of white spaces and <n bs> denoting n white spaces.
>
> Title<bs>:<bs><number>
> Title<bs>:<bs><info>
> etc..
>
> Is it asking me to make an input file with all of that info (like it is above), or to have an info file actually filled with all that information filled out? Because I then need to have the program be able to output info in certain formats that come from that input file.


It makes no sense to ask us to guess what your teacher wants. Please ask 
the teacher.

Once you know what the assignment expects, you may ask us Python 
questions, because we can answer those without guessing.  (But don't ask 
us to write the program for you.)

Gary Herron

[toc] | [prev] | [next] | [standalone]


#66494

FromCameron Simpson <cs@zip.com.au>
Date2014-02-16 09:41 +1100
Message-ID<mailman.7030.1392506000.18130.python-list@python.org>
In reply to#66450
On 15Feb2014 07:27, kjakupak@gmail.com <kjakupak@gmail.com> wrote:
> Just need a bit of help understanding this so I can actually start it. 
> 
> The input to a program will come from a file called "asdf.in". This file will have all the info needed for the course. The formatting of the input file is described as follows, with <bs> denoting # of white spaces and <n bs> denoting n white spaces.
> 
> Title<bs>:<bs><number>
> Title<bs>:<bs><info>
> etc..
> 
> Is it asking me to make an input file with all of that info (like it is above), or to have an info file actually filled with all that information filled out? Because I then need to have the program be able to output info in certain formats that come from that input file.

I would read this as saying that the your program must understand
an input file of the format described above.

If your teacher has not given you some example file, you will need
to hand-make some files to use as input files to test your program.

BTW, your subject: line is not very good. All questions want "help".
Don't change the subject line for this discussion, but in future,
try to make it more descriptive. For example:
"what does this task specification mean?" Maybe.

Cheers,
-- 
Cameron Simpson <cs@zip.com.au>

Copies of ACM publications are filling library self space so rapidly that
shelf boundaries will soon be expanding faster that the speed of light.
But Special Relativity is not violated, as no information is being propagated.
        - Howard E. Motteler, <motteler@umbc.edu>

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web