Skip to content

Commit a6d67a2

Browse files
committed
Update 1001S01E05_stats_text.py
1 parent af14cd9 commit a6d67a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

19100401/Songhan/1001S01E05_stats_text.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@
3232
print(dict)
3333
print('*****************************\n排序\n*****************************')
3434
dict1=sorted(dict.items(),key=lambda x:x[1],reverse=True)
35-
print(dict1)
35+
print(dict1)

0 commit comments

Comments
 (0)