Skip to content

Commit 41a4fde

Browse files
committed
Add blank line
1 parent f63ef1f commit 41a4fde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ch10-primer-on-oop/3-inherit-from-other-classes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,6 @@ class Square(Rectangle):
3939
def __init__(self, side_length):
4040
super().__init__(side_length, side_length)
4141

42+
4243
square = Square(4)
4344
print(square.area())

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy