Python question: You are given a CSV file with below data. std_name,physics,chemistry,maths Alice,85,90,95 Bob,75,80,70 Charlie,60,65,75 Write a Python code to calculate the Average and Sum of all the subjects for each student. Note: Do not use python libraries. Solve the problem using DSA.
Check out your Company Bowl for anonymous work chats.