p
y
c
h
a
l
l
e
n
g
e
r
Home
Python Basics
Time to Practice I
Average score student
Average score student
Write a function
average_score
that receives a list of grades of a particular student and returns the average grade.
Premium
reset
def greet(name): return f"Hello, {name}!" print(greet("Erik"))
Python
Setting up Python environment...
Output