print main("Dog,cat,mouse,bird.Human.") -> 3
print main("My name is ...") -> 3
print main("Hello world") -> 0
print main("A quantity of striped words.") -> 1
print main("1st 2a ab3er root rate") -> 1
print main("A quantity of striped words.") -> 1
print main("I can see dead people. yes,no.") -> 3
print main("see dead people") -> 0
print main("can . yes,no.") -> 3
Question is - how is 'print main("I can see dead people. yes,no.")' two? can, yes and no would total 3 no? Unless I misunderstood the question :(
Created at: 2014/12/15 16:12; Updated at: 2021/06/01 23:40