Posts by Giovana Reis • 3 points
1 post
-
-2
votes1
answer1278
viewsQ: How to resolve "'int' Object is not subscriptable" error?
I would like help in def below, the error appears as: Typeerror: 'int' Object is not subscriptable def editar(mercadoria): print("\nEditar mercadoria: \n") produto = input("\nDigite o produto a ser…