Home > other >  Python programming problem, a great god answer!!!!!!
Python programming problem, a great god answer!!!!!!

Time:12-16

The design of the complete the following procedures: a gymnastics competition with a total of 10 athletes, 12 of the judges will be graded according to the athletes performance (out of ten, please write a Python program to solve the following problems:
Get rid of a 1). Each player ratings and a minimum points, calculate average scores, then give athletes ranking;
2). As far as possible to reduce artificial factors, the organizing committee required to remove the first question in the highest or lowest points of the top two judges to give each player's score, and then calculate the average scores after ranking,
Project requirement
(1) program to add the appropriate annotation, procedures to adopt modular programming, emphasizes the high cohesion and low coupling,
(2) the program in to certain robustness, i.e. when there is an error operation, the program can respond appropriately,
(3) the program to do interface design layout is reasonable, accord with operating habits, tidy and beautiful interface, the program to run when the user can according to the corresponding prompt information,
The basic function of (4) to complete the project
  • Related