python
Dashboard
My Repos
Compilers
Python Online
Node JS Online
Golang Online
codepy
Login
My Repos
Sign Out
Online Python Interpreter
Stop
Run
day1 = input("enter mondays temp: ") day2 = input("enter tuesdays temp: ") day3 = input("enter wednesdays temp: ") day4 = input("enter thursdays temp: ") day5 = input("enter fridays temp: ") day6 = input("enter saturdays temp: ") day7 = input("enter sundays temp: ") av = (day1+day2+day3+day4+day5+day6+day7) / 7 print ("The average temperature is ",av)
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