/addition-module

python addition or sum module blueprint

Primary LanguagePython

Addition-module

Addition of N-number of values

Getting Started

These instructions will get idea of the project up and running on your local machine for development and Execution purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them

Python2/Python3

Installing

A step by step have to get a development env running

step 1. python2 or python3

Running the Script

Enter terminal or console windows/Linux/mac.  

Like : python filename.py       

Example : python addition_sum_module.py

How it works

It will Ask you 

Enter value: seprtate by , :- 2,5,3,5

output

Output : 15.0

Authors