Learn practical skills, build real-world projects, and advance your career

exam

Use the "Run" button to execute the code.

!pip install jovian --upgrade --quiet
import jovian
# Execute this to save new versions of the notebook
jovian.commit(project="exam")

Q.2) Write code to find the average of ‘n’ numbers entered by the user to function avg ( ). Ex: avg (10, 20, 30, 40) => average is: 70 avg (5, 10, 15) => average is: 10