Skip to content

Instantly share code, notes, and snippets.

@kunigami
Last active December 26, 2019 01:43
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 kunigami/d31607cc4a97642f029d4ac12c13470b to your computer and use it in GitHub Desktop.
Save kunigami/d31607cc4a97642f029d4ac12c13470b to your computer and use it in GitHub Desktop.
def convert_currency(a):
return 2*a
user_input = '$10'
fee = 10
value = convert_currency(user_input) - fee
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment