Chalarangelo / 30-seconds-of-python

Short Python code snippets for all your development needs
https://www.30secondsofcode.org/python/p/1
Creative Commons Attribution 4.0 International
8.83k stars 1.26k forks source link

Create weighted_average.md #315

Closed casalazara closed 3 years ago

casalazara commented 3 years ago

This PR adds the snippet weighted_average. What is this snippet about? Computes the Weighted average between two or more numbers.