Skip to content

Erro enviado por Dimas referente a aula 107 curso Python #15

@dimasrm1960

Description

@dimasrm1960

with open('pessoas.csv') as arquivo:
with open('pessoas.txt', 'w') as saida:
for registro in arquivo:
pessoa = registro.strip().split(",")
print("Nome: {}, Idade: {}".format(*pessoa), file=saida)

if arquivo.closed:
print('arquivo foi fechado')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions