Question: Python Considere the following variable. 11 In [ ]: Students_Info={ 'lloyd' : { name : Lloyd, homework: [90.0,97.0,75.0,92.0], quizzes: [88.0,40.0,94.0], tests: [75.0,90.0] }, 'alice':{ name
![Python Considere the following variable. 11 In [ ]: Students_Info={ 'lloyd'](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f321844272b_85966f32183c2a90.jpg)
Python
Considere the following variable. 11 In [ ]: Students_Info={ 'lloyd' : { "name" : "Lloyd", "homework": [90.0,97.0,75.0,92.0], "quizzes": [88.0,40.0,94.0], "tests": [75.0,90.0] }, 'alice':{ "name" : "Alice", "homework": [100.0, 92.0, 98.0, 100.0], "quizzes": [82.0, 83.0, 91.0], "tests": [89.0, 97.0] }, 'tyler': { "name": "Tyler", "homework": [0.0, 87.0, 75.0, 22.0], "quizzes": [0.0, 75.0, 78.0], "tests": [100.0, 100.0] }} 11 18 In [ ]: * 2.1. Show Lloyd's all info In [ ]: * 2.2. Show Lloyd's Homework grades In [ ]: # 2.3. Show Lloyd's last grade on the homework. In [ ]: # 2.4. Show Lloyd's average on homework if all of them have the same percentages
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
