mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-22 12:30:19 +00:00
196 B
196 B
icon | label |
---|---|
package | collections |
collections.Counter(iterable)
Return a dict
containing the counts of each element in iterable
.
collections.deque
A double-ended queue.