How to find the maximum of 2 numbers?
value = -9999 run = problem.getscore()
I need to compare the 2 values i.e value and
value
max(value,run)
should do it.