Scores

hey i have some variables

total_score = score-missed*2

final_score = total_score

the first variable works perfectly
and the secon does too but i want to make final score get the total_score and divide it by 10 like
final_score = total_score / 10 but it dont works so how do i fix it?