Paper 1 Skeleton Code

Cards (13)

  • What data type is NumbersAllowed?
    list
  • What data type is Targets?
    List
  • What data type is MaxNumberOfTargets?
    Integer
  • What data type is MaxTarget
    Integer
  • What data type is TrainingGame?
    Boolean
  • What data type is Choice?
    string
  • What string method is used when assigning the variable choice?
    .lower()
  • What is the purpose of NumbersAllowed?
    Variable to store a list of numbers
  • What is the purpose of Targets?
    A variable that stores a list of targets
  • What is the purpose of MaxNumberOfTargets?
    A variable that tells you the max length of assigned number in Targets
  • What is the purpose of MaxNumber?
    A variable that tells you the max number that can be assigned to NumbersAllowed
  • What is the purposes of TrainingGame?
    Indicates whether or not the training game is selected
  • What is the purpose of choice?
    Stores the users input for whether they want to play the training game