Skip to content

Commit

Permalink
Update Terreno.py
Browse files Browse the repository at this point in the history
Removed '#'
  • Loading branch information
mateusadada authored May 8, 2024
1 parent c3aade8 commit 7dad832
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions solved_exercises/VPL/3 - IPTU/Terreno.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
##################################################

class Terreno:
# Questão 01: Qual o código que define as características da classe base terreno?
__Endereco = None
Expand Down Expand Up @@ -41,5 +39,3 @@ def toString(self):
# Passei no destrutor da classe Terreno...
def __del__(self):
print('Passei no destrutor da classe Terreno...')

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

0 comments on commit 7dad832

Please sign in to comment.