pass

PythonF

Sort Pass Students by Name

Sort Pass Students by Name: A list of N students name and their marks in three subjects are passed as the input. The average of the 3 subjects…
PythonF

Pass or Fail

The program must accept a mark and print if it is pass or fail. The pass mark is 40. Example Input/Output 1:Input:40 Output:pass Example…