Skip to content

Instantly share code, notes, and snippets.

@fay-jai
Last active June 30, 2020 01:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fay-jai/7afc8019dbfc0bc61e638bee87337ae3 to your computer and use it in GitHub Desktop.
Save fay-jai/7afc8019dbfc0bc61e638bee87337ae3 to your computer and use it in GitHub Desktop.
my_monies = 100
def make_account(balance):
return "You have " + str(balance) + " dollars in your bank account."
make_account(my_monies)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment