+ 3
what is a counter in python
i really couldnt understand it can anyone tell me what is it in a simple way
3 odpowiedzi
+ 9
Counter is like a variable that keep and count the same values being added to it.
+ 7
Go to the Q&A Search feature and enter 'counter' 😉.
+ 4
check this.
https://pymotw.com/2/collections/counter.html