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


Groups > comp.lang.python > #58613

Re: Help with my programming homework (python, and raptor)

Path csiph.com!usenet.pasdenom.info!dedibox.gegeweb.org!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.066
X-Spam-Evidence '*H*': 0.87; '*S*': 0.01; 'programmer': 0.03; 'subject:Help': 0.11; 'python': 0.11; 'anyway': 0.14; 'question.': 0.14; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'salary:': 0.16; 'subject:programming': 0.16; 'utterly': 0.16; 'you"': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'thu,': 0.19; 'programming': 0.22; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'work.': 0.31; 'getting': 0.31; '"do': 0.31; 'figure': 0.32; "we're": 0.32; 'subject: (': 0.35; 'subject:with': 0.35; 'test': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'employee': 0.37; 'turn': 0.37; 'list.': 0.37; 'nov': 0.38; 'to:addr:python-list': 0.38; 'highest': 0.39; 'to:addr:python.org': 0.39; 'future': 0.60; 'john': 0.61; "you're": 0.61; 'name': 0.63; 'here': 0.66; 'nobody': 0.68; 'lowest': 0.74; 'homework': 0.84; 'sue': 0.84; 'average': 0.93; 'yourself,': 0.95; '2013': 0.98
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=F04nEZJ99zMil8MLboRxdnLwsyNeoAIJisE5Iw4Xx9Q=; b=IySCqrw5lBl5UWzaAIXBpGRSaymzgpPIlz/DAgjnfMNazy2u22oxYHNat3dmZ4IKdW +V8kshW+5wy6Nj4qW9TRtYu1Be2H+BSUyWfy5lHXImyqWDbytsMm7+ihmYGLq2JsF63Q InhUJV6P0W2FhIA1HbgBvpHFLlHPO1tEsILRpDPXVFjwCK94UZDuC7H7AmqW52bY9COS PCjx/JPy7WJ7G+KrexyrTLd7QH4ktyCb51ApEjwNxaMI0ZlpKpNCRwLYbpjw3dMgkekN +2HKNn9YLVr3mow35Jo9gTQI5vqYjzF8LNiKsZYd5jD6L4BfFn47ILi2ZU0bYOqhK0n4 G5zg==
MIME-Version 1.0
X-Received by 10.68.221.5 with SMTP id qa5mr6247569pbc.36.1383786426334; Wed, 06 Nov 2013 17:07:06 -0800 (PST)
In-Reply-To <d8904015-8e4b-4bda-96aa-1222ac3cfbff@googlegroups.com>
References <d8904015-8e4b-4bda-96aa-1222ac3cfbff@googlegroups.com>
Date Thu, 7 Nov 2013 12:07:06 +1100
Subject Re: Help with my programming homework (python, and raptor)
From Chris Angelico <rosuav@gmail.com>
To python-list@python.org
Content-Type text/plain; charset=ISO-8859-1
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2108.1383786436.18130.python-list@python.org> (permalink)
Lines 18
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1383786436 news.xs4all.nl 15874 [2001:888:2000:d::a6]:41167
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:58613

Show key headers only | View raw


On Thu, Nov 7, 2013 at 11:56 AM, jonny seelye <casioboy12@gmail.com> wrote:
> Employee Salaries
> Use the following test data to test your program.
> Employee Name   Salary
> John    $45,600         Average Salary: $63, 862.50
> Sue     $55,400         Highest Salary: $89,750
> David   $64,700         Lowest Salary:  $45,600
> Betty   $89,750

We're not a "do your homework for you" list. Start by writing as much
as you can yourself, then figure out exactly where you're stuck and
ask a specific question. We're happy to help you learn Python - that's
the future of programming anyway - and so we will not help you to
not-learn Python by getting someone else to do your work. Nobody here
wants to turn you into a course-qualified but utterly incompetent
programmer :)

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Help with my programming homework (python, and raptor) jonny seelye <casioboy12@gmail.com> - 2013-11-06 16:56 -0800
  Re: Help with my programming homework (python, and raptor) Chris Angelico <rosuav@gmail.com> - 2013-11-07 12:07 +1100
    Re: Help with my programming homework (python, and raptor) Alister <alister.ware@ntlworld.com> - 2013-11-07 10:14 +0000
  Re: Help with my programming homework (python, and raptor) Denis McMahon <denismfmcmahon@gmail.com> - 2013-11-07 02:13 +0000

csiph-web