Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #99639
| From | Denis McMahon <denismfmcmahon@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Help with this program??? |
| Date | 2015-11-27 12:28 +0000 |
| Organization | A noiseless patient Spider |
| Message-ID | <n39i8p$k01$1@dont-email.me> (permalink) |
| References | <c3c2d9d0-d59c-489b-bf3e-9488b202225b@googlegroups.com> |
On Fri, 27 Nov 2015 01:43:53 -0800, justin bloomer wrote: > 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. Try writing a function that does the following: 1. Seeks input from the user (via the keyboard); 2. Builds a list of student exam results; 3. Captures name (first and last), student number, and mark out of 100 for each student; 4. Uses regular expressions or similar mechanisms to ensure the data appears valid. -- Denis McMahon, denismfmcmahon@gmail.com
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll 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