You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A python application that reads credit card data from a json file and writes it to a database. Users can then enter the commands listed to view different points of data. -balanceGreaterThan <gt> Retrieve all people having any card with a balance greater than 'gt' -balanceLessThan <lt> Retrieve all people having any card with a ba…