Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorgs committed Aug 28, 2023
1 parent a833ec0 commit 2c265b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poo/ex/20232/03-poo-basico.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class Retangulo:

<textarea class="stdin">
# code
r = Retagulo(3, 4)
r = Retangulo(3, 4)
print('Base: ', r.base)
print('Altura: ', r.altura)
</textarea>
Expand Down

0 comments on commit 2c265b8

Please sign in to comment.