Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

code def calcgpamarks grades for number in marks if numb... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Programming questions