C
de
S
pace
Explore
Log In
Explore
Sign Up
Log In
wrenkim292
22.05.2026 11:22
2
Text analysis
My first Python project
helper.py
def count_words(text): return len(text.split()) print(count_words("hello world foo"))
Idle
Try It
Clear
Log in
to leave a comment
Are you sure you want to delete this post?
Delete
Cancel