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.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to