We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5efefcd commit cc0cd9cCopy full SHA for cc0cd9c
laptop/myLaptop
@@ -22,7 +22,10 @@ class Laptop:
22
screen_size_in_inches: float
23
operating_system: OperatingSystem
24
25
-def allocate_laptops(people: List[Person], laptops: List[Laptop]) -> dict[Person, Laptop]:
+def allocate_laptops(
26
+ people: List[Person],
27
+ laptops: List[Laptop]
28
+) -> dict[str, tuple[str, int]]:
29
allocateLp = {}
30
lpNewList = laptops.copy()
31
0 commit comments