Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created December 21, 2020 03:51
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/f58df8a540c37d610dac7d73bba4acd1 to your computer and use it in GitHub Desktop.
Save parzibyte/f58df8a540c37d610dac7d73bba4acd1 to your computer and use it in GitHub Desktop.
nombre = input("Nombre del producto: ")
precio = float(input("Precio del producto: "))
cantidad_vendida = 0.0
nombres.append(nombre)
precios.append(precio)
cantidades_vendidas.append(cantidad_vendida)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment