Write a Python program which accepts 4 different subject scores from the user and compute the average exam score of a student.
There will be 4 inputs.
Program should print a single float representing the average exam score of the user.
INPUT:
100
85
68
87
OUTPUT:
85.0