Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Last active February 21, 2023 16:18
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/6ec3d29a9029cf4dfba54f05699272b1 to your computer and use it in GitHub Desktop.
Save parzibyte/6ec3d29a9029cf4dfba54f05699272b1 to your computer and use it in GitHub Desktop.
nombre_moneda_origen = ""
nombre_moneda_destino = ""
while nombre_moneda_origen not in monedas_con_equivalencias:
nombre_moneda_origen = input("Moneda origen: ")
while nombre_moneda_destino not in monedas_con_equivalencias:
nombre_moneda_destino = input("Moneda destino: ")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment