Question: CSE_120 Sir_it_is_urgent.do_fast._Please_solve_this_code_in_python3_paste_with_proper_intendent_blocks_bypressing(CTRL+SHIFT+V),Also_please_provide_code_screenshot,_Thank_you. Do_not_need_comments. SKIP_BUILT_IN_FUNCTIONS. Just_give_me_solution_as_fast_as_possible._I_am_running_out_of_time._Attach_a_screenshot_with_yoursolve. Question-3: Write a function that takes a list of marks from 10 courses as a parameter and calculates the CGPA

CSE_120

Sir_it_is_urgent.do_fast._Please_solve_this_code_in_python3_paste_with_proper_intendent_blocks_bypressing(CTRL+SHIFT+V),Also_please_provide_code_screenshot,_Thank_you.

Do_not_need_comments. SKIP_BUILT_IN_FUNCTIONS. Just_give_me_solution_as_fast_as_possible._I_am_running_out_of_time._Attach_a_screenshot_with_yoursolve.

Question-3: Write a function that takes a list of marks from 10 courses as a parameter and calculates the CGPA of the marks for the best 7 courses according to the given conditions and returns the CGPA and the list of best 7 courses in a tuple. Then print the CGPA according to the output sample. Calculate the CGPA of the student based on the given conditions:

If marks 80 - 100, grade point = 4.0 If marks 50 - 79, grade point = 3.0 If marks 0 - 49, grade point = 0.0

You need to calculate the CGPA in this way: CGPA = (sum of grades of 7 courses * 3) / 21

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

code def calcgpamarks grades for number in marks if numb... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!