rs200415@rguktsklm.ac.in
CODERZONE
Home
Newsbuzz
PUC Material
Courses
Python Tutorial
C Tutorial
C++ Tutorial
java Tutorial
login
Run
Back
#try to avoid input function a = 0 for i in range(5): b = int(input("Enter any Number :")) a = a+b print("Sum of 5 Numbers is :"+str(a)+"Average of 5 Numbers is :"+str(a/5))
#try to avoid input function a = 0 for i in range(5): b = int(input("Enter any Number :")) a = a+b print("Sum of 5 Numbers is :"+str(a)+"Average of 5 Numbers is :"+str(a/5))
Click the run button. Try to avoid input() function.