W WolfCode · CSC 141

Word Count

单词计数

≈ 15 min · python-strings · Open in WolfCode

One line. The lesson is which method to use — .split() vs .split(' ').

Python · runnable

Common wrong answers

Python · runnable