A sports club is writing a program to calculate an athlete's total score across three trials.
Points are deducted if the athlete misses checkpoints during the trials.
Write a Python program to calculate the final score.
You should assume there are three integer variables called t1, t2 and t3 which have already been assigned values representing the scores for the three trials.
The program should:
You should use indentation as appropriate, meaningful variable name(s), and correct Python syntax in your answer.
298 exam-style questions on AQA GCSE Computer Science Programming concepts. Each one has a worked solution and a mark scheme showing where the marks go.