Respuesta :

Answer:

if user_tickets == 7:

  award_points = 1

else:

  award_points = user_tickets

Explanation:

Not sure what language you are using. But this can be used for python. Also don't know if you are required to ask the user for any input

Otras preguntas