neerajkalyank commited on
Commit
56185fb
1 Parent(s): 787094b

Update billing.py

Browse files
Files changed (1) hide show
  1. billing.py +1 -1
billing.py CHANGED
@@ -5,4 +5,4 @@ def fetch_billing(patient_id, data):
5
  patient_data = data[patient_id]
6
  test_list = ', '.join(patient_data["tests"])
7
  total_cost = patient_data["total_cost"]
8
- return f"Patient: {patient_data['name']}\nTests: {test_list}\nTotal Bill: {total_cost}"
 
5
  patient_data = data[patient_id]
6
  test_list = ', '.join(patient_data["tests"])
7
  total_cost = patient_data["total_cost"]
8
+ return f"Patient: {patient_data['name']}\nTests: {test_list}\nTotal Bill: {total_cost}"