Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ofelix03/d65721ee7b9a2fab673dc5d47adb7968 to your computer and use it in GitHub Desktop.
Save ofelix03/d65721ee7b9a2fab673dc5d47adb7968 to your computer and use it in GitHub Desktop.
def pay_bill(bill_type, meter_number, amount):
# we'll put the logic for how to process bill payment
# this could include validation rules, and service calls to complete pyment
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment