Future King

Resultados 1 preguntas formuladas por Future King

TypeError: 'str' no admite la interfaz del búfer

7
respuestas
272
votos
350.5k
vistas

plaintext = input("Please enter the text you want to compress") filename = input("Please enter the desired filename") with gzip.open(filename + ".gz", "wb") as outfile: outfile.write(plaintext) El código Python anterior me