Im getting troubles in python file Handling!
i need a Python code for this situation!
input.txt
student_1
70
70
80
student_2
80
75
90
read 3 marks from "input.txt" file & output is..
output.txt
"student_1 total is " 220#total
"student_2 total is " 245#total
can anyone suggest me PYTHON code for this