This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| while estado==1: | |
| opcion=input('Elija una opcion del menu ') | |
| if opcion==1: | |
| neto=0.0 | |
| pi=shelve.open("db_productos.dat") | |
| while code_bar!=0: | |
| h=0 | |
| code_bar=input('Digite el codigo de barras o presione 0 para terminar su cuenta ') | |
| if code_bar!=0: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # In[5]: | |
| x = [[ 795. , 501.0292887 ], | |
| [ 794.97154472, 501. ], | |
| [ 794.96078431, 500. ], | |
| [ 795. , 499.09090909], | |
| [ 795.03921569, 500. ], | |
| [ 795.02777778, 501. ], | |
| [ 795. , 501.0292887 ]] |
NewerOlder