Extend the program in Figure 1. Your answer must be written in Python.
The program should keep prompting the user to enter the rotor speed until they enter a speed that is between 20 and 150 inclusive.
You should use indentation as appropriate, meaningful variable name(s) and correct Python syntax in your answer.
Figure 1
speed = int(input("Enter rotor speed (RPS): "))
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.