Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created February 21, 2023 16:13
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 parzibyte/1c308a5d57641445ba8404ee1e5a722b to your computer and use it in GitHub Desktop.
Save parzibyte/1c308a5d57641445ba8404ee1e5a722b to your computer and use it in GitHub Desktop.
monedas_con_equivalencias = {
"usd": 1,
"mxn": 20,
"eur": 0.81,
"cad": 1.29,
"btc": 0.000088
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment