0
Word vs words
Hi - where did "word" come from? There is no "word" variable. Is there an implict understanding of singular and plural?
3 ответов
+ 3
No, Python compiler cannot interpret single / plural
word = words[counter]
word is declared and assigned in the while loop
If you are asking about this:
https://www.sololearn.com/learn/Python/2435/
+ 1
If you got the answer, can you kindly delete this question? Because it does not have value for future reference for later sololearner
0
Yes. Tx