p
y
c
h
a
l
l
e
n
g
e
r
Home
Basic Data Analysis
NumPy II
Sum and Mean
Sum and Mean
Compute the total and average of the
scores
array using
np.sum()
and
np.mean()
.
Premium
reset
def greet(name): return f"Hello, {name}!" print(greet("Erik"))
Python
Setting up Python environment...
Output