Skip to content

Commit

Permalink
Update Programa_Principal.py
Browse files Browse the repository at this point in the history
Removed '#'
  • Loading branch information
mateusadada authored May 14, 2024
1 parent 7468f35 commit 35dce55
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions solved_exercises/VPL/1 - Roupas/Programa_Principal.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import sys
from Roupa import Roupa

##################################################

# Questão 07: Qual o código necessário para criar o programa principal?
teste=Roupa()
teste.Leitura()
Expand All @@ -12,5 +10,3 @@

# Questão 08: Qual o comando que encerra o programa principal?
sys.exit(0)

##################################################

0 comments on commit 35dce55

Please sign in to comment.