Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!us.feeder.erje.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.009 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'output': 0.05; 'assignment': 0.07; 'formatting': 0.09; 'received:67.192': 0.09; 'received:67.192.241': 0.09; 'received:dfw.emailsrvr.com': 0.09; 'spaces': 0.09; 'subject:Help': 0.11; 'python': 0.11; 'wrote:': 0.18; 'bit': 0.19; '(but': 0.19; 'input': 0.22; 'header:User- Agent:1': 0.23; 'received:emailsrvr.com': 0.24; 'file.': 0.24; 'received:(smtp server)': 0.26; 'asking': 0.27; 'certain': 0.27; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; '(like': 0.30; 'gary': 0.31; 'file': 0.32; 'guess': 0.33; 'sense': 0.34; 'info': 0.35; 'described': 0.36; 'filled': 0.38; 'needed': 0.38; 'to:addr :python-list': 0.38; 'to:addr:python.org': 0.39; 'called': 0.40; 'skip:u 10': 0.60; 'course.': 0.60; 'email addr:gmail.com': 0.63; 'information': 0.63; 'etc..': 0.84; 'subject:Quick': 0.84; 'you.)': 0.84 X-Virus-Scanned: OK Date: Sat, 15 Feb 2014 08:41:37 -0800 From: Gary Herron User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Quick Help References: <7eefdfb9-527c-4712-a111-4ea662051f43@googlegroups.com> In-Reply-To: <7eefdfb9-527c-4712-a111-4ea662051f43@googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 21 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1392483103 news.xs4all.nl 2866 [2001:888:2000:d::a6]:45846 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:66455 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 denoting # of white spaces and denoting n white spaces. > > Title: > Title: > 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