We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2657765 commit 6bad12aCopy full SHA for 6bad12a
1 file changed
AK-wang/0006/key_word.py
@@ -23,7 +23,8 @@ def wc(filename):
23
24
25
def most_comm():
26
- for txt in list_txt():
+ all_txt = list_txt()
27
+ for txt in all_txt:
28
print wc(txt)
29
30
if __name__ == "__main__":
0 commit comments