Help with this program???

Denis McMahon denismfmcmahon at gmail.com
Fri Nov 27 07:28:09 EST 2015


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 at gmail.com



More information about the Python-list mailing list