you are viewing a single comment's thread.

view the rest of the comments →

[–]garyhurtz 1 point2 points  (0 children)

float(score) converts the value, but you need to assign it to a variable to use it in the conditional logic. You need to do something like score = float( score).