Skip to content

Commit d6efa76

Browse files
committed
Update 100+ Python challenging programming exercises.txt
1 parent 27442f7 commit d6efa76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

100+ Python challenging programming exercises.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,8 @@ In case of input data being supplied to the question, it should be assumed to be
533533
We use itemgetter to enable multiple sort keys.
534534

535535
Solutions:
536-
from operator import itemgetter, attrgetter
536+
537+
from operator import itemgetter, attrgetter
537538

538539
l = []
539540
while True:

0 commit comments

Comments
 (0)