Skip to content

Commit 6cde91d

Browse files
committed
Remove commented code.
1 parent ea48eec commit 6cde91d

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

prep exercises/Enums exercise.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ def find_possible_laptops(laptops: List[Laptop], person: Person) -> List[Laptop]
4444
Laptop(id=4, manufacturer="Apple", model="macBook", screen_size_in_inches=13, operating_system=OperatingSystem.MACOS),
4545
]
4646

47-
# for person in people:
48-
# possible_laptops = find_possible_laptops(laptops, person)
49-
# print(f"Possible laptops for {person.name}: {possible_laptops}")
50-
5147
name = input("Please enter your name: ")
5248

5349
def get_age() -> int:

0 commit comments

Comments
 (0)