Question: Task 2: Use tuples and dictionaries in the same program Use tuples and dictionaries together in one program to create a python program that evaluates



Task 2: Use tuples and dictionaries in the same program Use tuples and dictionaries together in one program to create a python program that evaluates the students' average scores as follows. The program should ask for the student's name, followed by her/his single score; The names may be entered in any order; Entering an empty name finishes the inputting of the data; A list of all names, together with the evaluated average score, should be then emitted. b. Create a database in the following format Interface IP status Ethernet 1.1.1.1 up 2 Etherneti 2.2.2.2 down 3 Serialo 3.3.3.3 up 4 Seriali 4.4.4.4 up 3. Write a python program to find status of a given interface 4. Write a python program to find interface and IP of all interfaces which are up 5. Write a python program to count how many ethernet interfaces are there 6. Write a python program to add a new entry to above database
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
