We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af14cd9 commit a6d67a2Copy full SHA for a6d67a2
19100401/Songhan/1001S01E05_stats_text.py
@@ -32,4 +32,4 @@
32
print(dict)
33
print('*****************************\n排序\n*****************************')
34
dict1=sorted(dict.items(),key=lambda x:x[1],reverse=True)
35
-print(dict1)
+print(dict1)
0 commit comments