Program to find average of two numbers in Python(in 2 minute) || For Beginner || Simple Program

Published: 14 June 2021
on channel: CodeWithMe
2,651
29

Program to find average of two numbers in Python
Hello coders, hope you all are fine !

In this video, you will learn to write a Program to Find the average of two number in Python just in 2 minute.
Here we take input from user and display the required output.
Formula used: Average = sum / 2
Example : find average of four numbers (i.e. 2, 3, 4, 3)
average = (2+3+4+3) / 4 = 12 / 4 = 3
Thanks for watching! (●'◡'●)......


Watch video Program to find average of two numbers in Python(in 2 minute) || For Beginner || Simple Program online without registration, duration hours minute second in high quality. This video was added by user CodeWithMe 14 June 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 2,651 once and liked it 29 people.