Skip to content
MathsGenie logo
Open app

Course home

  1. GCSE
  2. Computer Science AQA
  3. Question bank

Programming concepts

EasyMediumHard
12345678910111213141516171819202122232425262728293031323334353637
Question 36

Extend the Python program below.

level = int(input("Enter level number: "))

The program should keep prompting the user to enter a level number until they enter a level number that is between 1 and 50 inclusive.

You should use meaningful variable name(s) and correct Python syntax in your answer.

[4]

Programming concepts Questions

  1. GCSE
  2. /Computer Science
  3. /Programming concepts