Assume MA University has employed you to write a program in Python that will ask a lecturer to enter a student’s marks for Assignment 1, Assignment 2, Assignment 3 and the Final Exam, one by one. A lecturer is expected

Assume MA University has employed you to write a program in Python that will ask a lecturer to enter a student’s marks for Assignment 1, Assignment 2, Assignment 3 and the Final Exam, one by one.
A lecturer is expected to enter a mark out of 100 for all assessment items. The weights of Assignment 1, Assignment 2, Assignment 3 and the Final Exam are 10%, 20%, 30% and 40%, respectively. The program needs to use the weights to calculate the weighted marks for the assessment items and the final mark for the subject.
The program should then display the weighted mark of each individual assignment, total weighted mark of the assignments, weighted mark for the Final Exam, and total weighted mark of the subject.
A weighted mark is calculated by multiplying the obtained mark and the weight of the assessment item. For example, if a student obtains 70 out of 100 in Assignment 1 then their weighted mark in the assignment will be 70 x 10/100 = 7.
A typical example of the display of your program can be as follows. Your program MUST follow the same display style.

WeCreativez WhatsApp Support
Our customer support team is here to answer your questions. Ask us anything!
šŸ‘‹ Hi, how can I help?
Scroll to Top