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


Groups > comp.lang.python > #99634

Re: Help with this program???

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Laura Creighton <lac@openend.se>
Newsgroups comp.lang.python
Subject Re: Help with this program???
Date Fri, 27 Nov 2015 11:14:14 +0100
Lines 25
Message-ID <mailman.172.1448619265.20593.python-list@python.org> (permalink)
References <c3c2d9d0-d59c-489b-bf3e-9488b202225b@googlegroups.com>
Mime-Version 1.0
Content-Type text/plain; charset="us-ascii"
Content-Transfer-Encoding quoted-printable
X-Trace news.uni-berlin.de W2ZAGWscVf84SLKEmrBFKAuFaIXC6Zc3bbC3WMZEXhcw==
Return-Path <lac@openend.se>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.001
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'expressions': 0.07; 'cc:addr:python-list': 0.09; '(first': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'subject:Help': 0.10; 'python.': 0.11; '(via': 0.16; '>to': 0.16; 'assignments': 0.16; 'cc:addr:lac': 0.16; 'cc:addr:openend.se': 0.16; 'from:addr:lac': 0.16; 'from:addr:openend.se': 0.16; 'from:name:laura creighton': 0.16; 'justin': 0.16; 'message- id:@fido.openend.se': 0.16; 'received:fido': 0.16; 'received:fido.openend.se': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:???': 0.16; 'subject:program': 0.16; 'url:tutor': 0.16; 'valid.': 0.16; 'laura': 0.18; 'input': 0.18; 'student': 0.20; '2015': 0.20; 'cc:addr:python.org': 0.20; 'cc:2**1': 0.22; 'do.': 0.22; 'trying': 0.22; 'appears': 0.23; 'code,': 0.23; 'error': 0.27; 'fri,': 0.27; 'function': 0.28; 'regular': 0.29; "people's": 0.29; 'received:se': 0.29; 'cc:no real name:2**1': 0.29; 'url:mailman': 0.30; 'post': 0.31; 'url:python': 0.33; 'similar': 0.33; 'url:listinfo': 0.34; 'list': 0.34; 'nov': 0.35; 'list,': 0.36; 'should': 0.36; 'url:org': 0.36; 'subject:: ': 0.37; 'charset:us-ascii': 0.37; 'mailing': 0.38; 'data': 0.39; 'along': 0.39; 'url:mail': 0.40; 'build': 0.40; 'mark': 0.40; 'subject:with': 0.40; 'your': 0.60; 'header:Message- Id:1': 0.61; 'python-list': 0.66; 'tutor': 0.66; '100': 0.79; 'exam': 0.84; 'header:In-reply-to:1': 0.84; 'subject:this': 0.85
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=openend.se; s=default; t=1448619257; bh=uyQoKG2Ygt0SQ+eeo3f5NzyySm/kGhk0x7gB+Imytbw=; h=To:cc:From:Subject:In-reply-to:References:Date:From; b=h5X1dB0Vvhkbge5fjQAKx8bsZdeVFfsiESh85c1HFGVGIGPYaRxucucD9Tv5xY/r+ 4ZhmiI37aonGL+r2dBJDmAlswZO1goT90aT72cahxNBbXcdbKlinVtAUDDf5RhRemh 0oj8OUJlxBiECEglB5yhiWEzRne6xQLu+Hg3cG5c=
In-reply-to <c3c2d9d0-d59c-489b-bf3e-9488b202225b@googlegroups.com>
Comments In-reply-to justin bloomer via Python-list <python-list@python.org> message dated "Fri, 27 Nov 2015 01:43:53 -0800."
Content-ID <25293.1448619254.1@fido>
X-Greylist Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [82.96.5.2]); Fri, 27 Nov 2015 11:14:17 +0100 (CET)
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
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>
Xref csiph.com comp.lang.python:99634

Show key headers only | View raw


In a message of Fri, 27 Nov 2015 01:43:53 -0800, justin bloomer via Python-list
 writes:
>Your program should contain a function that:
>1. Seeks input from the user (via the keyboard);
>2. To build a list of student exam results;
>3. For each student their name (first and last), student number, and mark
>out of 100 should be captured;
>4. For full marks regular expressions or similar mechanisms should be used
>to ensure the data appears valid.

Hello.

We don't do people's assignments for them.
However, over on the tutor mailing list,
https://mail.python.org/mailman/listinfo/tutor
we do help people who are learning Python.

You will have to post your code, along with any error messages
you get and explain what you were trying to do.

Laura

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


Thread

Help with this program??? justin bloomer <rianconnery@googlemail.com> - 2015-11-27 01:43 -0800
  Re: Help with this program??? Ben Finney <ben+python@benfinney.id.au> - 2015-11-27 20:57 +1100
  Re: Help with this program??? Chris Angelico <rosuav@gmail.com> - 2015-11-27 20:57 +1100
  Re: Help with this program??? Laura Creighton <lac@openend.se> - 2015-11-27 11:14 +0100
  Re: Help with this program??? Denis McMahon <denismfmcmahon@gmail.com> - 2015-11-27 12:28 +0000

csiph-web