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, denismfmcma...@gmail.com
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to