Posts by Vis Munis • 1 point
1 post
-
-3
votes0
answers16
viewsQ: I’m having a Typeerror: '_io.Textiowrapper' Object is not subscriptable
import json def abrir(): with open('estoque.txt', 'w+') as nome: nomez = str (input('Digite Nome do Produto: ')) Quant = int (input('Digite Quantidade do produto: ')) PC = float (input('Digite o…