URGENT, I need help to do it on Python

Write a function sisseastumine (), which, when run, fills two lists: applicants [], scores []. The number of elements in the lists is limited by the user (either it is stipulated how many people need to be interviewed, or online data is entered until the data about people runs out).

After filling in the lists, a menu appears with a choice of actions:

• Find out the list of people who entered the university (the number of those entered is indicated by the user);

• Display in alphabetical order a list of people and their points;

• Find n people with the worst results;

• Find the average score of the applicants;

• Your own version.

Create the required functions to describe the actions