Skip to content

Commit 573e1a9

Browse files
committed
updated from Atlas
1 parent aab9369 commit 573e1a9

File tree

109 files changed

+5
-6
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+5
-6
lines changed
File renamed without changes.
File renamed without changes.

dicts/index0.py renamed to 03-dict-set/index0.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
index[word] = occurrences # <3>
2424

2525
# print in alphabetical order
26-
for word in sorted(index, key=str.upper):
26+
for word in sorted(index, key=str.upper): # <4>
2727
print(word, index[word])
2828
# END INDEX0
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)