Skip to content

Sheeepen/RHDEVS-AY2223-BE1-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

This program simulates the backend of a ticket purchasing system

Price per visitor is $5; Price per member is $3.50

You are to do the following

  1. Identify all banned visitors with a filter call
  2. Determine the memberships status of all applicants
  3. Calculate the total price for all eligible visitors
  4. For each valid visitor, return a corresponding ticket in Dictionary form
  5. Return an error via thrown exception if applicants is empty

Complete everything above in a function called processRequest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%