p
y
c
h
a
l
l
e
n
g
e
r
Home
Basic Data Analysis
NumPy II
Min and Max
Min and Max
Find the lowest and highest values in the
temps
array using
np.min()
and
np.max()
.
Premium
reset
def greet(name): return f"Hello, {name}!" print(greet("Erik"))
Python
Setting up Python environment...
Output