Skip to content

isura-nimalasiri/dudu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dudu

dudu-calculator

dudu is a simple Python package to find common elements in a given list and print the counts of each element and the number of occurrences.

Installation

You can install the package via pip or poetry:

pip install git+https://github.com/isura-nimalasiri/dudu.git
poetry add git+https://github.com/isura-nimalasiri/dudu.git

Useage

dudu apple banana apple orange banana banana

Output

banana: 3
apple: 2
orange: 1

About

dudu-calculator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages