Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a function called create _ grade book that accepts two arguments. The first argument names is a list of string objects and the second
Write a function called create grade book that accepts two arguments. The first argument names is a list of string objects and the second argument scores is a list of int objects. You can assume the length of the two lists are same. The function creates and returns a dictionary called gradebook in which the keys are the elements of the names list and the values are the elements of the scores list.For example, a call to creategradebook l fred', 'bob', 'mike'returnsl fred': 'bob': 'mike': Complete the create gradebook function by dragging and dropping the answers in the blanks to make it workas desired.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started