Skip to content

Instantly share code, notes, and snippets.

@fay-jai
Created June 30, 2020 01:32
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/1cfec49d45b258b6ce20610dd0d3c75a to your computer and use it in GitHub Desktop.
Save fay-jai/1cfec49d45b258b6ce20610dd0d3c75a to your computer and use it in GitHub Desktop.
my_name = "Willson"
my_monies = 100
def make_account(balance):
return str(my_name) + " has " + str(balance) + " dollars in his / her bank account."
make_account(my_monies)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment