Created
February 5, 2022 00:43
-
-
Save ofelix03/d65721ee7b9a2fab673dc5d47adb7968 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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