Skip to content

Commit

Permalink
Update Camisa.py
Browse files Browse the repository at this point in the history
Removed "#"
  • Loading branch information
mateusadada authored May 15, 2024
1 parent 35dce55 commit fb0beb1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions solved_exercises/VPL/2 - Camisas/Camisa.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
from Roupa import Roupa


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

class Camisa(Roupa): # Complete o código que define a classe Camisa
# Questão 08: Qual o código que define as características da classe Camisa?
__Cam_Tipo = None
Expand Down Expand Up @@ -43,5 +40,3 @@ def toString(self):
def __del__(self):
Roupa.__del__(self)
print('Passei no destrutor da classe Camisa...')

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

0 comments on commit fb0beb1

Please sign in to comment.