Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meooow25/adder
A Python module to add numbers
https://github.com/meooow25/adder
Last synced: 26 days ago
JSON representation
A Python module to add numbers
- Host: GitHub
- URL: https://github.com/meooow25/adder
- Owner: meooow25
- License: mit
- Created: 2018-10-13T19:30:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-24T04:59:14.000Z (about 6 years ago)
- Last Synced: 2023-04-03T21:42:20.017Z (almost 2 years ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# adder
A Python module to add numbers. The best there is.[![Maintainability](https://api.codeclimate.com/v1/badges/83cc5c23fdbd2ffdcf48/maintainability)](https://codeclimate.com/github/meooow25/adder/maintainability)
[![Build Status](https://travis-ci.org/meooow25/adder.svg?branch=master)](https://travis-ci.org/meooow25/adder)## Dependencies
None## Usage
As easy as...
```python
python adder 1 3 5
```
...to get output
```
The sum is 9
```