Skip to content

Commit

Permalink
Remoção da variável contadora 'pessoas'.
Browse files Browse the repository at this point in the history
  • Loading branch information
gguilherme42 committed Mar 21, 2020
1 parent dea3023 commit 1e6f890
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ex115/funcionalidades/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
arq = []
pessoas = 0



def pedenome(msg='Nome: '):
Expand Down Expand Up @@ -58,7 +58,6 @@ def novo():
idade = pedeidade()
# Trata o nome e o telefone como elementos uma lista
arq.append([nome, idade])
pessoas += 1
grava()
outraleitura()

Expand Down

0 comments on commit 1e6f890

Please sign in to comment.