Profile

Cover photo
Programming in python
7 followers|2,039 views
AboutPostsPhotosYouTube

Stream

Programming in python

Shared publicly  - 
 
Hello everyone, here we will learn a simple logic to find average on N numbers in python. This program takes max numbers from user and calculates the sum of all the numbers in a loop and the final obtained sum is divided by total number of inputs taken. That results as the average of N numbers.

The formula for it is Average = ( n1+n2+n3+.....) / N , where N is the total number of inputs and n1,n2,n3.. are the values of each input.

Post Link : http://programminginpython.com/python-program-find-average-n-numbers/

Facebook : https://www.facebook.com/programminginpython
Google + : https://plus.google.com/+Programminginpython
1
Add a comment...

Programming in python

Shared publicly  - 
 
This is basic python program for all beginners in python programming language. It simply takes two integer numbers and performs arithmetic operations like addition, subtraction, multiplication, division, floor division, modulus and exponential(power) on them.

Post Link : http://programminginpython.com/python-program-for-performing-arithmetic-operations/
Facebook : https://www.facebook.com/programminginpython/
Google + : https://plus.google.com/+Programminginpython
1
Add a comment...

Programming in python

Shared publicly  - 
 
Python Lists – Add, Append, Modify, Remove, Slice

http://programminginpython.com/python-lists-add-append-modify-remove-slice/
Lists in python - Operations like add, append, modify, remove, slice, reverse, length are performed.
1
Add a comment...

Programming in python

Shared publicly  - 
 
Python program to find reverse of a number using slice

http://programminginpython.com/find-reverse-number-slice/
A simple python program to find reverse of a integer number. Here we reverse a number using advanced slice operation.
1
Add a comment...

Programming in python

Shared publicly  - 
 
All about python.
1
Add a comment...
Story
Tagline
All about python.