I think I may have solved it.
I needed to put sound+graphics+replay_value in ()
So (sound+graphics+replay_value) /3 now returns 10
On another note, how do I make it so that it is one decimal number that returns?
For example…
sound = 9
graphics = 9
replay_value = 8
score = 8.666666666666666
8.6 would be what I would like to return
Thanks