python
Dashboard
My Repos
Compilers
Python Online
Node JS Online
Golang Online
codepy
Login
My Repos
Sign Out
Online Python Interpreter
Stop
Run
#calculating total and average of three numbers a=int(input("enter first variable value")) b=int(input("enter second variable value")) c =int(input("enter third variable value")) total=a+b+c average=total/3 print("the total of three variables is",total) print("the average of three variables is",average)
Share this code with others
Public
Clear
My Repos
Repo
Lang
Login
Register
Login
Create a free account. No Credit card info required.
I agree with the Codepy
Term of Service
Sign Up