boncey / Flickr4Java

Java API For Flickr. Fork of FlickrJ
BSD 2-Clause "Simplified" License
174 stars 155 forks source link

help with counting characters in a string in python #710

Closed MotMan55 closed 5 months ago

MotMan55 commented 9 months ago

Hi there! Can you write a code that will output the number of words in each sentence, that is, in this case 2,6,4(sentences separated by commas)? The code itself: s=["go to","this is great thanks very much","i think so too"]

Thanks!!!